Commit beb44b87 authored by Roger Leigh's avatar Roger Leigh Committed by Jesse Beder
Browse files

travis: Exclude linux/clang from the build matrix

The combination of clang++ 3.4 with libstdc++ from GCC 4.6
doesn't work.
parent 5e24f358
...@@ -21,3 +21,8 @@ before_script: ...@@ -21,3 +21,8 @@ before_script:
script: script:
- make - make
- test/run-tests - test/run-tests
matrix:
exclude:
- os: linux
compiler: clang
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment