Fix CI caching syntax

This commit is contained in:
Davide De Rosa 2021-01-05 00:14:18 +01:00
parent c175ccf499
commit 83202c6b6f
1 changed files with 7 additions and 8 deletions

View File

@ -4,13 +4,12 @@ xcode_workspace: TunnelKit.xcworkspace
xcode_scheme: TunnelKit-iOS
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
cache:
- bundler
- cocoapods
bundler: true
cocoapods: true
branches:
only:
- master
- stable
only:
- master
install:
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
- bundle exec pod repo update
- 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