Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Sep 20, 2017
1 parent 09fb02f commit 7d7b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ env:
- LANG=en_US.UTF-8
- WORKSPACE=Embassy.xcworkspace
- IOS_FRAMEWORK_SCHEME="Embassy-iOS"
- IOS_SDK=iphonesimulator10.1
- IOS_SDK=iphonesimulator11.0
- MACOS_FRAMEWORK_SCHEME="Embassy-macOS"
- MACOS_SDK=macosx10.12
matrix:
- DESTINATION="OS=10.1,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"
- DESTINATION="OS=11.0,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK"
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK"

script:
Expand Down

0 comments on commit 7d7b8f8

Please sign in to comment.