mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 00:12:07 +00:00
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.
This commit is contained in:
parent
e0482934e6
commit
60f3e876c5
@ -38,7 +38,9 @@ matrix:
|
||||
os: linux
|
||||
allow_failures:
|
||||
- env: COVERITY=1
|
||||
- env: VALGRIND=1
|
||||
- env:
|
||||
- VALGRIND=1
|
||||
OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug"
|
||||
|
||||
install:
|
||||
- ./script/install-deps-${TRAVIS_OS_NAME}.sh
|
||||
|
Loading…
Reference in New Issue
Block a user