Restrict Travis-CI to master and stable
Should run in PRs though.
This commit is contained in:
parent
6004d3fcc8
commit
5bc44c4842
|
@ -6,6 +6,10 @@ xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone 8 Plus
|
||||||
cache:
|
cache:
|
||||||
- bundler
|
- bundler
|
||||||
- cocoapods
|
- cocoapods
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- stable
|
||||||
install:
|
install:
|
||||||
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
||||||
- bundle exec pod repo update
|
- bundle exec pod repo update
|
||||||
|
|
Loading…
Reference in New Issue