[Travis] Allow release builds to fail (again)

This commit is contained in:
DrChat 2017-12-16 17:09:22 -06:00
parent a20ad9fdd7
commit 79bf7747d5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ matrix:
env: C_COMPILER=clang-3.9 CXX_COMPILER=clang++-3.9 BUILD=true CONFIG=Release
allow_failures:
# LLVMGold.so is not installed correctly
- env: BUILD=true CONFIG=Release
- env: C_COMPILER=clang-3.9 CXX_COMPILER=clang++-3.9 BUILD=true CONFIG=Release
sudo: required
addons: