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:
|
||||
- cp config.yml.example config.yml
|
||||
script: rake test
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- stable
|
||||
notifications:
|
||||
email: false
|
||||
webhooks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user