Skip to content

Commit 3ec484a

Browse files
committed
update travis
1 parent 4eb1451 commit 3ec484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77

88
before_install:
99
- bundle install # --deployment # to cache vendor/bundle
10-
- pod install --repo-update;
10+
- bundle exec pod install --repo-update
1111

1212
script:
1313
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator12.0 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`

0 commit comments

Comments
 (0)