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 bfa7929 commit 31c9118Copy full SHA for 31c9118
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
-osx_image: xcode12
+osx_image: xcode11.6
3
4
cache:
5
- bundler
@@ -10,4 +10,4 @@ before_install:
10
- 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`
+ - set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator13.6 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`
0 commit comments