Skip to content

Commit beb44b8

Browse files
Roger Leighjbeder
Roger Leigh
authored andcommitted
travis: Exclude linux/clang from the build matrix
The combination of clang++ 3.4 with libstdc++ from GCC 4.6 doesn't work.
1 parent 5e24f35 commit beb44b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ before_script:
2121
script:
2222
- make
2323
- test/run-tests
24+
25+
matrix:
26+
exclude:
27+
- os: linux
28+
compiler: clang

0 commit comments

Comments
 (0)