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:
parent
5e24f35816
commit
beb44b872c
@ -21,3 +21,8 @@ before_script:
|
||||
script:
|
||||
- make
|
||||
- test/run-tests
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: linux
|
||||
compiler: clang
|
||||
|
||||
Loading…
Reference in New Issue
Block a user