Skip to content

Commit

Permalink
travis ci: build maint branches and development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Thomson committed Oct 25, 2014
1 parent 5595287 commit f4cb227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
# Watch development and stable branches
branches:
only:
- development
- /^maint\/.*$/

# Notify development list when needed
notifications:
Expand Down

0 comments on commit f4cb227

Please sign in to comment.