Restrict Travis-CI to master and stable

Should run in PRs though.
This commit is contained in:
Davide De Rosa 2019-05-27 22:00:15 +02:00
parent 6004d3fcc8
commit 5bc44c4842
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone 8 Plus
cache:
- bundler
- cocoapods
branches:
only:
- master
- stable
install:
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
- bundle exec pod repo update