clang: Allow Travis CI builds to succeed

This commit is contained in:
Edward Hennis
2016-06-06 12:43:58 -04:00
committed by seelabs
parent 434855f500
commit 7d11471619

View File

@@ -60,6 +60,12 @@ matrix:
env: GCC_VER=5 TARGET=debug.nounity CLANG_VER=3.6
addons: *ao_clang36
# Temporary workaround while the llvm apt repository is down.
# TODO: REMOVE THIS if/when clang builds become reliable again.
allow_failures:
- env: GCC_VER=5 TARGET=debug CLANG_VER=3.6
- env: GCC_VER=5 TARGET=debug.nounity CLANG_VER=3.6
cache:
directories:
- $BOOST_ROOT