Browse Source

Travis: also build master and 'release/*' branches

Steffen Jaeckel 8 years ago
parent
commit
f15e0172ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -26,7 +26,9 @@ matrix:
   fast_finish: true
   fast_finish: true
 branches:
 branches:
   only:
   only:
+    - master
     - develop
     - develop
+    - /^release\/.*$/
 
 
 compiler:
 compiler:
   - gcc
   - gcc