travis-ci: don't bother with gcc since clang is faster

This commit is contained in:
Mark Pictor 2013-08-11 12:22:25 -04:00
parent 99a8787c1f
commit 35cc0f2c63

View file

@ -1,7 +1,6 @@
language: cpp
compiler:
- clang
- gcc
script: mkdir build && cd build && cmake .. -DSC_ENABLE_TESTING=ON && make -j2 && make -j2 test
branches:
only: