diff options
| author | DrChat <arkolbed@gmail.com> | 2017-12-20 16:29:33 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2017-12-20 16:29:33 -0600 |
| commit | c4cd5dee19a2d58c3535706577c5fe177a92d720 (patch) | |
| tree | f64246a4726c5706d3817ccd26af32600a2bed4d /.travis.yml | |
| parent | 9395b73217ca91f5f0c9e8ef7e3bd2126350f4e3 (diff) | |
[Travis] Don't allow release builds to fail anymore
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b49ca0652..b5f7a9882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |
