travis: only test with clang

This commit is contained in:
Dane Springmeyer 2014-08-11 17:27:54 -07:00
parent fdf86c7411
commit 6bfd920c6c

View file

@ -5,7 +5,6 @@ addons:
compiler:
- clang
- gcc
env:
matrix:
@ -20,7 +19,7 @@ before_install:
script:
- ./configure CXX=${CXX} CC=${CC} XML_PARSER=$XML_PARSER DEBUG=False DEMO=True BENCHMARK=True BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True
- JOBS=3 make
- JOBS=6 make
- make test-local
- sudo make install
- make grind