Skip to content

Commit

Permalink
Fixed issue in travis yaml file where framework scheme was invalid fo…
Browse files Browse the repository at this point in the history
…r macOS.
  • Loading branch information
cnoon committed Jan 14, 2017
1 parent 7485742 commit 6244b5e
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,7 +6,7 @@ env:
- LANG=en_US.UTF-8
- WORKSPACE=Willow.xcworkspace
- IOS_FRAMEWORK_SCHEME="Willow iOS"
- OSX_FRAMEWORK_SCHEME="Willow OSX"
- MACOS_FRAMEWORK_SCHEME="Willow OSX"
- TVOS_FRAMEWORK_SCHEME="Willow tvOS"
- WATCHOS_FRAMEWORK_SCHEME="Willow watchOS"
- IOS_SDK=iphonesimulator10.2
Expand All @@ -17,7 +17,7 @@ env:
matrix:
- DESTINATION="OS=10.2,name=iPhone 6S" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
- DESTINATION="OS=10.2,name=iPhone 5" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="NO"
- DESTINATION="arch=x86_64" SCHEME="$OSX_FRAMEWORK_SCHEME" SDK="$OSX_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="NO" POD_LINT="NO"
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$OSX_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="NO" POD_LINT="NO"
- DESTINATION="OS=10.1,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="NO" POD_LINT="NO"
- DESTINATION="OS=3.1,name=Apple Watch Series 2 - 42mm" SCHEME="$WATCHOS_FRAMEWORK_SCHEME" SDK="$WATCHOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" POD_LINT="NO"
script:
Expand Down

0 comments on commit 6244b5e

Please sign in to comment.