From beb44b872c07c74556314e730c6f20a00b32e8e5 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Wed, 10 May 2017 15:04:42 +0100 Subject: [PATCH] travis: Exclude linux/clang from the build matrix The combination of clang++ 3.4 with libstdc++ from GCC 4.6 doesn't work. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d464896..d0b6a04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,8 @@ before_script: script: - make - test/run-tests + +matrix: + exclude: + - os: linux + compiler: clang