only run travis on master and stable

don't run travis for pushes to branches other than master and stable ...
without this, we can't push non-passing changes to any branch without
breaking our travis badge
This commit is contained in:
John Cupitt 2016-06-06 07:10:26 +01:00
parent 15878bffca
commit 43e6e5361b

View File

@ -1,3 +1,8 @@
branches:
only:
- master
- stable
language: cpp
before_script: