Skip to content

Commit d217ffc

Browse files
committed
Fix cache syntax and be verbose
1 parent a8d8ab5 commit d217ffc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ xcode_workspace: Demo.xcworkspace
44
xcode_scheme: Demo
55
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
66
cache:
7-
- bundler
8-
- cocoapods
7+
bundler: true
8+
cocoapods: true
99
branches:
10-
only:
11-
- master
10+
only:
11+
- master
1212
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
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 --verbose

0 commit comments

Comments
 (0)