mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 06:47:22 +00:00
travis: build the master branch
We need to tell Travis to build the master branch or it won't build it or the pull requests.
This commit is contained in:
parent
1fe562434d
commit
c61dc1a92e
@ -46,10 +46,11 @@ after_success:
|
|||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq install valgrind; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq install valgrind; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline; fi
|
||||||
|
|
||||||
# Only watch the development branch
|
# Only watch the development and master branches
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- development
|
- development
|
||||||
|
- master
|
||||||
|
|
||||||
# Notify development list when needed
|
# Notify development list when needed
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user