mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
Limits Travis builds to PRs and pushes/merges against master and 0.1x branches. (#879)
This should fix the double-build on all PRs.
This commit is contained in:
parent
aa4e33ff50
commit
6634449ca0
@ -19,6 +19,11 @@ stages:
|
||||
- linting
|
||||
- test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 0.1x
|
||||
|
||||
deploy:
|
||||
provider: rubygems
|
||||
api_key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user