We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367b558 commit 66152c4Copy full SHA for 66152c4
.travis.yml
@@ -1,7 +1,5 @@
1
language: objective-c
2
-osx_image: xcode6.4
3
-# xcode_project: Sample Project/CheckBox.xcodeproj
4
-# xcode_scheme: CheckBoxTests
5
-# xcode_sdk: iphonesimulator
+osx_image: xcode7.3
+
6
script:
7
- - xcodebuild clean build test -project "Sample Project/CheckBox.xcodeproj" -scheme CheckBox -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
+- 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