Skip to content

Commit 4fde8db

Browse files
author
Geoff MacDonald
committed
try and fix travis?
1 parent 05c404f commit 4fde8db

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: 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
55
env:
66
global:
7-
- IOS_SIMULATOR="iPhone XS"
8-
- IOS_VERSION="12.2"
7+
- IOS_SIMULATOR="iPhone 11"
8+
- IOS_VERSION="14.2"
99
matrix:
1010
include:
1111
- env: BUILD_SCHEME="SQLite iOS"
@@ -25,7 +25,4 @@ before_install:
2525
- brew update
2626
- brew outdated carthage || brew upgrade carthage
2727
script:
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

0 commit comments

Comments
 (0)