We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c462a0a commit 5882f51Copy full SHA for 5882f51
.travis.yml
@@ -3,6 +3,6 @@ install:
3
language : objective-c
4
xcode_project : ./ios/GithubNoteTaker.xcodeproj
5
xcode_scheme : GithubNoteTaker
6
-osx_image : xcode7
7
-xcode_sdk : iphonesimulator9.0
8
-xctool_args : -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
+osx_image : xcode6.4
+xcode_sdk : iphonesimulator8.4
+xctool_args : -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.4'
0 commit comments