"src/include/Array.hpp" did not exist on "a68b16a5d9c03951cf52c59ea65ccab15f6f581b"
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:
script:
- make
- 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