travis: Exclude linux/clang from the build matrix

The combination of clang++ 3.4 with libstdc++ from GCC 4.6
doesn't work.
This commit is contained in:
Roger Leigh
2017-05-10 15:04:42 +01:00
committed by Jesse Beder
parent 5e24f35816
commit beb44b872c

View File

@@ -21,3 +21,8 @@ before_script:
script: script:
- make - make
- test/run-tests - test/run-tests
matrix:
exclude:
- os: linux
compiler: clang