diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-25 17:12:44 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-25 17:12:44 +0200 |
commit | c61dc1a92e6d7fed6da158b430c206480c1439d7 (patch) | |
tree | dc904eb3a73dbc5ca24483fe645a49e693aa5e73 /.travis.yml | |
parent | 1fe562434d00f0bbf6f944b95788cf904163d940 (diff) | |
download | libgit2-c61dc1a92e6d7fed6da158b430c206480c1439d7.tar.gz |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bab02bb44..362b88224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 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: only: - development + - master # Notify development list when needed notifications: |