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
parent 2f5e47b3d2
commit 39036c5cfc

View File

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