summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrChat <arkolbed@gmail.com>2017-12-16 17:09:22 -0600
committerDrChat <arkolbed@gmail.com>2017-12-16 17:09:22 -0600
commit79bf7747d58b77bcd05e8f65726909ae706b2d83 (patch)
tree1716c4df95b238f22839bdbc7d1f8ffa3c58d95f
parenta20ad9fdd7db4b0636f88b80d68d5994c4c0784a (diff)
[Travis] Allow release builds to fail (again)linux
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6698d59e7..85e0678d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: