We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb1451 commit 3ec484aCopy full SHA for 3ec484a
.travis.yml
@@ -7,7 +7,7 @@ cache:
7
8
before_install:
9
- bundle install # --deployment # to cache vendor/bundle
10
- - pod install --repo-update;
+ - bundle exec pod install --repo-update
11
12
script:
13
- 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