Skip to content

Commit

Permalink
chore: Test on Xcode 8.3 and Xcode 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 18, 2017
1 parent 3aea1bc commit c0fa372
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,5 +1,10 @@
language: objective-c
osx_image: xcode8
matrix:
include:
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode9.1

script:
- cd URITemplate && swift package generate-xcodeproj
- xcodebuild -project Mockingjay.xcodeproj -scheme Mockingjay test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
Expand Down

0 comments on commit c0fa372

Please sign in to comment.