Commit c107b6593a25a9329528664758bfb2c44e62cdbb

Steffen Jaeckel 2017-08-28T17:06:32

also build release-branch in travis

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.travis.yml b/.travis.yml
index f350845..c760245 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,5 +12,7 @@ branches:
   only:
     - master
     - develop
+    - /^release\/.*$/
+
 notifications:
   irc: "chat.freenode.net#libtom-notifications"