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 04e6063 commit cea4b8aCopy full SHA for cea4b8a
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
-osx_image: xcode8
+osx_image: xcode8.3
3
env:
4
global:
5
- FRAMEWORK_NAME=SQLiteMigrationManager
bin/run-tests
@@ -4,8 +4,8 @@ main() {
xcodebuild \
-workspace SQLiteMigrationManager.xcworkspace \
6
-scheme SQLiteMigrationManager\
7
- -sdk iphonesimulator10.0\
8
- -destination "platform=iOS Simulator,name=iPhone 6,OS=10.0"\
+ -sdk iphonesimulator10.3\
+ -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3"\
9
test
10
}
11
main
0 commit comments