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]
This commit is contained in:
Anton Bachin 2018-10-19 12:34:34 -05:00
parent 94f8f95a26
commit 882dd9cd1b

View File

@ -15,6 +15,7 @@ env:
matrix: matrix:
allow_failures: allow_failures:
- env: COMPILER="clang++-3.3"
- env: COMPILER="clang++-3.5" - env: COMPILER="clang++-3.5"
before_script: before_script: