From 83202c6b6f77fec8a6ca123b3dd12a5b7d69bc38 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 5 Jan 2021 00:14:18 +0100 Subject: [PATCH] Fix CI caching syntax --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b33b43..42ec050 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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