Travis : Disable GCC build (don't work with GCC travis release)
This commit is contained in:
parent
76b3ba2832
commit
8433a75a6b
|
@ -1,7 +1,8 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
#Disable gcc build for the moment...
|
||||||
|
# - gcc
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in New Issue