Skip to content

Commit cea4b8a

Browse files
authored
Update travis image to Xcode 8.3 (#11)
* Update travis image to Xcode 8.3 * Run tests on iPhone 7, iOS 10.3
1 parent 04e6063 commit cea4b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8
2+
osx_image: xcode8.3
33
env:
44
global:
55
- FRAMEWORK_NAME=SQLiteMigrationManager

bin/run-tests

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ main() {
44
xcodebuild \
55
-workspace SQLiteMigrationManager.xcworkspace \
66
-scheme SQLiteMigrationManager\
7-
-sdk iphonesimulator10.0\
8-
-destination "platform=iOS Simulator,name=iPhone 6,OS=10.0"\
7+
-sdk iphonesimulator10.3\
8+
-destination "platform=iOS Simulator,name=iPhone 7,OS=10.3"\
99
test
1010
}
1111
main

0 commit comments

Comments
 (0)