Skip to content

Commit

Permalink
Update travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn committed Jul 31, 2017
1 parent 4d6067b commit 42a8a3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
osx_image: xcode8.2
language: swift
osx_image: xcode8.3
script:
- xcodebuild test -project Ditto.xcodeproj -scheme Ditto -sdk iphonesimulator -destination 'platform=iOS Simulator,id=1FD54EA7-5A25-4D6F-8599-D6F7687DA4EE,OS=10.2'
- swift package update
- xcodebuild test -project Ditto.xcodeproj -scheme Ditto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1'

0 comments on commit 42a8a3b

Please sign in to comment.