From 882dd9cd1b06e87bc80042e15024bc02dc8c986f Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Fri, 19 Oct 2018 12:34:34 -0500 Subject: [PATCH] Travis: allow Clang 3.3 build to fail There seems to be some upstream bit rot with Clang++ 3.3. This is a pretty old version, and we may want to just stop testing on it. However, in the meantime, it will be allowed to fail without failing the overall build. Resolves #63. [skip appveyor] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c228409..e05ed4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: matrix: allow_failures: + - env: COMPILER="clang++-3.3" - env: COMPILER="clang++-3.5" before_script: