Skip to content

Commit 66152c4

Browse files
authored
Add 9.3 version of iOS to travis.yml.
This should hopefully fix the tests.
1 parent 367b558 commit 66152c4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: objective-c
2-
osx_image: xcode6.4
3-
# xcode_project: Sample Project/CheckBox.xcodeproj
4-
# xcode_scheme: CheckBoxTests
5-
# xcode_sdk: iphonesimulator
2+
osx_image: xcode7.3
3+
64
script:
7-
- xcodebuild clean build test -project "Sample Project/CheckBox.xcodeproj" -scheme CheckBox -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
5+
- xcodebuild clean build test -project "Sample Project/CheckBox.xcodeproj" -scheme CheckBox -sdk iphonesimulator9.3 -destination "OS=9.3,name=iPhone 5S" ONLY_ACTIVE_ARCH=NO

0 commit comments

Comments
 (0)