Skip to content

Commit c0fa372

Browse files
committed
chore: Test on Xcode 8.3 and Xcode 9.1
1 parent 3aea1bc commit c0fa372

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
language: objective-c
2-
osx_image: xcode8
1+
matrix:
2+
include:
3+
- os: osx
4+
osx_image: xcode8.3
5+
- os: osx
6+
osx_image: xcode9.1
7+
38
script:
49
- cd URITemplate && swift package generate-xcodeproj
510
- xcodebuild -project Mockingjay.xcodeproj -scheme Mockingjay test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty

0 commit comments

Comments
 (0)