Skip to content

Commit 09b9dc5

Browse files
committed
Added iOS 8-11 test matrix for Travis
1 parent bf43169 commit 09b9dc5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
osx_image: xcode8.0
1+
osx_image: xcode9.2
22
language: objective-c
3-
xcode_project: GroupWork.xcodeproj
3+
xcode_project: GroupWork.xcodeproj
4+
5+
env:
6+
- UDID="7A5E86EB-E32C-475F-8FF5-10AA330C1D34", IOS_DEVICE="iPhone 7 Plus (11.1)"
7+
- UDID="15E2107D-EAD2-4E1F-8BC3-59E58E750FB1", IOS_DEVICE="iPhone 7 (10.0)"
8+
- UDID="9AB3D590-C748-4E17-8E35-67B298E973F7", IOS_DEVICE="iPhone 6 Plus (9.0)"
9+
- UDID="80BE80F4-C243-43F0-BD95-5CB085DAD04F", IOS_DEVICE="iPhone 6 (8.1)"
10+
11+
script:
12+
- open -a "simulator" --args -CurrentDeviceUDID $UDID
13+
- xcodebuild clean test -project GroupWork.xcodeproj -scheme GroupWork -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,id=$UDID" CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet

0 commit comments

Comments
 (0)