mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
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:
@@ -21,3 +21,8 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- test/run-tests
|
- test/run-tests
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: linux
|
||||||
|
compiler: clang
|
||||||
|
Reference in New Issue
Block a user