Skip to content

Commit c90e5e0

Browse files
committed
Use Xcod 10 in Travis
1 parent ce6389f commit c90e5e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
osx_image: xcode9
1+
osx_image: xcode10
22
language: objective-c
33
sudo: required
44
env:
55
global:
66
- PROJECT="AlertReactor.xcodeproj"
77
- SCHEME="AlertReactor-Package"
8-
- IOS_SDK="iphonesimulator11.0"
8+
- IOS_SDK="iphonesimulator12.0"
99
- FRAMEWORK="AlertReactor"
1010
matrix:
11-
- SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.0"
11+
- SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=12.0"
1212

1313
install:
1414
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"

0 commit comments

Comments
 (0)