mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
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:
parent
94f8f95a26
commit
882dd9cd1b
@ -15,6 +15,7 @@ env:
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: COMPILER="clang++-3.3"
|
||||
- env: COMPILER="clang++-3.5"
|
||||
|
||||
before_script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user