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 be532f5 commit 9b8f4e6Copy full SHA for 9b8f4e6
.travis.yml
@@ -4,7 +4,7 @@ osx_image: xcode10
4
before_install:
5
- gem install xcpretty-travis-formatter;
6
- gem install cocoapods --no-document --quiet;
7
- - pod install #--repo-update;
+ - pod install --repo-update;
8
9
script:
10
- 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