1
0
Fork 0
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:
Nate Berkopec 2016-11-20 10:10:49 -07:00 committed by GitHub
parent 342fa6dff3
commit e7f7d61b13

View file

@ -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