Disable GCC build in travis

master
Piotr Dziwinski 2015-06-25 21:32:26 +02:00
parent 67be6fca2a
commit bed9c19fc8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: cpp
compiler:
- gcc
# - gcc
- clang
script: mkdir build; cd build; cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DOPENAL_SOUND=1 -DTESTS=1 && make all doc test && DESTDIR=. make install
before_install: