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:
Mattia 2019-02-26 12:35:17 +00:00 committed by GitHub
parent aa4e33ff50
commit 6634449ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,11 @@ stages:
- linting
- test
branches:
only:
- master
- 0.1x
deploy:
provider: rubygems
api_key: