Browse Source

travis: Only build release branch

rdb 5 years ago
parent
commit
58b9de70c1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,5 +1,9 @@
 language: cpp
 language: cpp
 sudo: false
 sudo: false
+branches:
+  only:
+    - release/1.10.x
+    - release/1.9.x
 matrix:
 matrix:
   include:
   include:
     - compiler: clang
     - compiler: clang