Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangao0086 committed Sep 27, 2017
1 parent 4f2f8e9 commit e11b9b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c

osx_image: xcode8
xcode_sdk: iphonesimulator10.0
osx_image: xcode9
xcode_sdk: iphonesimulator11.0

script:
- xcodebuild clean build test -project DKImagePickerControllerDemo.xcodeproj -scheme DKImagePickerControllerDemo -destination "platform=iOS Simulator,name=iPhone 6s"
- xcodebuild clean build test -workspace DKImagePickerControllerDemo/DKImagePickerControllerDemo.xcworkspace -scheme DKImagePickerControllerDemo -destination "platform=iOS Simulator,name=iPhone 8"

0 comments on commit e11b9b3

Please sign in to comment.