From 6340e8f5d0a54fab2ef9292e6c1e1a2e62b17310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 17 Sep 2014 15:52:01 +0200 Subject: [PATCH] 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. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d04ff6dac..589edfa36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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