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:
parent
15878bffca
commit
43e6e5361b
@ -1,3 +1,8 @@
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- stable
|
||||
|
||||
language: cpp
|
||||
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user