Commit f4cb227c4e391d055916f03b70ad0700cb0b9003

Edward Thomson 2014-10-25T15:30:29

travis ci: build maint branches and development'

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/.travis.yml b/.travis.yml
index bab02bb..f93a921 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
+# Watch development and stable branches
 branches:
  only:
    - development
+   - /^maint\/.*$/
 
 # Notify development list when needed
 notifications: