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 Aug 12, 2017
1 parent 59555de commit 2e2b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ osx_image: xcode8.3
script:
- xcodebuild test -project Ditto.xcodeproj -scheme "Ditto-iOS" -sdk "iphonesimulator" -destination "OS=10.3.1,name=iPhone 7"
- xcodebuild test -project Ditto.xcodeproj -scheme "Ditto-macOS" -sdk "macosx" -destination "arch=x86_64"
- xcodebuild -project Ditto.xcodeproj -scheme "Ditto-watchOS" -sdk "watchsimulator" -destination "OS=3.0,name=Apple Watch - 42mm"
- xcodebuild -project Ditto.xcodeproj -scheme "Ditto-watchOS" -sdk "watchsimulator" -destination "OS=3.2,name=Apple Watch - 42mm"
- xcodebuild test -project Ditto.xcodeproj -scheme "Ditto-tvOS" -sdk "appletvsimulator" -destination "OS=10.0,name=Apple TV 1080p"

0 comments on commit 2e2b95f

Please sign in to comment.