Travis : Disable GCC build (don't work with GCC travis release)

This commit is contained in:
Alexis La Goutte 2014-08-08 13:14:18 +02:00
parent 76b3ba2832
commit 8433a75a6b
1 changed files with 2 additions and 1 deletions

View File

@ -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: