Commit 60f3e876 by Carlos Martín Nieto

Travis: move the valgrind run to allowed_failures

We don't need to know the result of the travis run before determining
whether we want to consider the merge as successful.
parent e0482934
...@@ -38,7 +38,9 @@ matrix: ...@@ -38,7 +38,9 @@ matrix:
os: linux os: linux
allow_failures: allow_failures:
- env: COVERITY=1 - env: COVERITY=1
- env: VALGRIND=1 - env:
- VALGRIND=1
OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug"
install: install:
- ./script/install-deps-${TRAVIS_OS_NAME}.sh - ./script/install-deps-${TRAVIS_OS_NAME}.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment