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