mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Stop travis double-builds (#1142)
Travis builds on PR and push, this changes it so it will only trigger the "PUSH" event on the master branch.
This commit is contained in:
parent
342fa6dff3
commit
e7f7d61b13
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ before_install:
|
|||
# https://github.com/travis-ci/travis-ci/issues/5861
|
||||
- gem install bundler
|
||||
script: "TESTOPTS=-v bundle exec rake test"
|
||||
branches:
|
||||
only: [master]
|
||||
rvm:
|
||||
- 2.2.6
|
||||
- 2.3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue