We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d8ab5 commit d217ffcCopy full SHA for d217ffc
.travis.yml
@@ -4,12 +4,12 @@ xcode_workspace: Demo.xcworkspace
4
xcode_scheme: Demo
5
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
6
cache:
7
- - bundler
8
- - cocoapods
+ bundler: true
+ cocoapods: true
9
branches:
10
- only:
11
- - master
+ only:
+ - master
12
install:
13
- - bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
14
- - bundle exec pod repo update
15
- - travis_wait 40 bundle exec pod install
+ - bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
+ - bundle exec pod repo update
+ - travis_wait 40 bundle exec pod install --verbose
0 commit comments