File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- rvm : 2.3
2+ rvm : 2.7. 3
33# https://docs.travis-ci.com/user/reference/osx
4- osx_image : xcode10 .2
4+ osx_image : xcode12 .2
55env :
66 global :
7- - IOS_SIMULATOR="iPhone XS "
8- - IOS_VERSION="12 .2"
7+ - IOS_SIMULATOR="iPhone 11 "
8+ - IOS_VERSION="14 .2"
99matrix :
1010 include :
1111 - env : BUILD_SCHEME="SQLite iOS"
@@ -25,7 +25,4 @@ before_install:
2525 - brew update
2626 - brew outdated carthage || brew upgrade carthage
2727script :
28- # Workaround for Xcode 10.2/tvOS 9.1 bug
29- # See https://stackoverflow.com/questions/55389080/xcode-10-2-failed-to-run-app-on-simulator-with-ios-10
30- - sudo mkdir /Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS\ 9.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift
3128 - ./run-tests.sh
You can’t perform that action at this time.
0 commit comments