travis-ci: don't bother with gcc since clang is faster
This commit is contained in:
parent
99a8787c1f
commit
35cc0f2c63
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue