summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2016-10-28 14:57:54 +0200
committerPatrick Steinhardt <ps@pks.im>2016-10-31 16:01:10 +0100
commit0334bf4b24401c73cb9c9e2211bc4858e61b5934 (patch)
tree7bb09f643b3ff91cd8a20db87e98705829c2e3a2
parent18c18e3df86850f794dd2fe562ea03a2beab244e (diff)
downloadlibgit2-0334bf4b24401c73cb9c9e2211bc4858e61b5934.tar.gz
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.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bfc0fac48..af38252ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,9 +47,6 @@ matrix:
os: linux
allow_failures:
- env: COVERITY=1
- - env:
- - VALGRIND=1
- OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DDEBUG_POOL=ON -DCMAKE_BUILD_TYPE=Debug"
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./script/install-deps-${TRAVIS_OS_NAME}.sh; fi