Tell travis to only test master and stable branch
This commit is contained in:
parent
75b5fda0e9
commit
48dc081ba5
@ -6,6 +6,10 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- cp config.yml.example config.yml
|
- cp config.yml.example config.yml
|
||||||
script: rake test
|
script: rake test
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- stable
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
webhooks:
|
webhooks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user