travis: another attempt at multiple allowed failures

It looks like what Travis wants is a list of hashes, rather than a hash
with a list.
This commit is contained in:
Carlos Martín Nieto 2014-09-17 15:52:01 +02:00
parent 276d9ea3a6
commit 6340e8f5d0

View File

@ -37,9 +37,8 @@ matrix:
OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug"
os: linux
allow_failures:
env:
- COVERITY=1
- VALGRIND=1
- env: COVERITY=1
- env: VALGRIND=1
install:
- ./script/install-deps-${TRAVIS_OS_NAME}.sh