mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Travis] Allow release builds to fail (again)
This commit is contained in:
parent
a20ad9fdd7
commit
79bf7747d5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue