Skip to content

Commit 9b8f4e6

Browse files
author
Luc Dion
committed
Update CI
1 parent be532f5 commit 9b8f4e6

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
@@ -4,7 +4,7 @@ osx_image: xcode10
44
before_install:
55
- gem install xcpretty-travis-formatter;
66
- gem install cocoapods --no-document --quiet;
7-
- pod install #--repo-update;
7+
- pod install --repo-update;
88

99
script:
1010
- 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)