Fix caching in Travis-CI

Wrong syntax.
This commit is contained in:
Davide De Rosa 2021-01-05 00:12:06 +01:00
parent cdb79c585b
commit f8782fe627
1 changed files with 7 additions and 7 deletions

View File

@ -4,13 +4,13 @@ xcode_workspace: Passepartout.xcworkspace
xcode_scheme: PassepartoutCore-iOS
xcode_destination: platform=iOS Simulator,OS=12.4,name=iPhone Xs Max
cache:
- bundler
- cocoapods
bundler: true
cocoapods: true
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
branches:
only:
- master
only:
- master