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
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
#Disable gcc build for the moment...
|
||||
# - gcc
|
||||
python:
|
||||
- "3.4"
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue