[Travis] Don't allow release builds to fail anymore

This commit is contained in:
DrChat 2017-12-20 16:29:33 -06:00
parent 9395b73217
commit c4cd5dee19
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ matrix:
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 LINT=true
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 BUILD=true CONFIG=Debug
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 BUILD=true CONFIG=Release
allow_failures:
# LLVMGold.so is not installed correctly
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 BUILD=true CONFIG=Release
git:
# We handle submodules ourselves in xenia-build setup.