Fix cache syntax and be verbose
This commit is contained in:
parent
a8d8ab52e7
commit
d217ffc557
|
@ -4,12 +4,12 @@ xcode_workspace: Demo.xcworkspace
|
||||||
xcode_scheme: Demo
|
xcode_scheme: Demo
|
||||||
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
|
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
|
||||||
cache:
|
cache:
|
||||||
- bundler
|
bundler: true
|
||||||
- cocoapods
|
cocoapods: true
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
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
|
||||||
- travis_wait 40 bundle exec pod install
|
- travis_wait 40 bundle exec pod install --verbose
|
||||||
|
|
Loading…
Reference in New Issue