mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-09 00:04:39 -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
|
- linting
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- 0.1x
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: rubygems
|
provider: rubygems
|
||||||
api_key:
|
api_key:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user