We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6389f commit c90e5e0Copy full SHA for c90e5e0
1 file changed
.travis.yml
@@ -1,14 +1,14 @@
1
-osx_image: xcode9
+osx_image: xcode10
2
language: objective-c
3
sudo: required
4
env:
5
global:
6
- PROJECT="AlertReactor.xcodeproj"
7
- SCHEME="AlertReactor-Package"
8
- - IOS_SDK="iphonesimulator11.0"
+ - IOS_SDK="iphonesimulator12.0"
9
- FRAMEWORK="AlertReactor"
10
matrix:
11
- - SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.0"
+ - SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=12.0"
12
13
install:
14
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
0 commit comments