Skip to content

Commit 0334bf4

Browse files
committed
travis: do not allow valgrind failures
Our valgrind jobs haven't been failing for several builds by now. This indicates that our tests are sufficiently stable when running under valgrind. As such, any failures reported by valgrind become interesting to us and shouldn't be ignored when causing a build to fail. Remove the valgrind job from the list of allowed failures.
1 parent 18c18e3 commit 0334bf4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ matrix:
4747
os: linux
4848
allow_failures:
4949
- env: COVERITY=1
50-
- env:
51-
- VALGRIND=1
52-
OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DDEBUG_POOL=ON -DCMAKE_BUILD_TYPE=Debug"
5350

5451
install:
5552
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./script/install-deps-${TRAVIS_OS_NAME}.sh; fi

0 commit comments

Comments
 (0)