Browse Source

Only run Travis C.I. on master branch

Christophe 5 years ago
parent
commit
e6e73e5e0c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,5 +1,10 @@
 language: cpp
 
+branches:
+  only:
+    - master
+    - stable
+
 matrix:
   include:
     - os: osx