Skip to content

Commit

Permalink
Limits Travis builds to PRs and pushes/merges against master and 0.1x…
Browse files Browse the repository at this point in the history
… branches. (#879)

This should fix the double-build on all PRs.
  • Loading branch information
iMacTia committed Feb 26, 2019
1 parent aa4e33f commit 6634449
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ stages:
- linting
- test

branches:
only:
- master
- 0.1x

deploy:
provider: rubygems
api_key:
Expand Down

0 comments on commit 6634449

Please sign in to comment.