We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144b29d commit 1c8b3d9Copy full SHA for 1c8b3d9
1 file changed
.travis.yml
@@ -1,10 +1,10 @@
1
language: objective-c
2
-osx_image: xcode8.3
+osx_image: xcode9.2
3
4
before_install:
5
- gem install xcpretty-travis-formatter;
6
- gem install cocoapods --no-document --quiet;
7
- pod install --repo-update;
8
9
script:
10
- - set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator10.3 -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty -f `xcpretty-travis-formatter`
+ - set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator11.2 -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty -f `xcpretty-travis-formatter`
0 commit comments