Skip to content

Commit

Permalink
Build the workspace, not the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Nov 15, 2016
1 parent 7f44626 commit 4e5f2dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ osx_image: xcode8.1sneakpeek
script:
- swift build
- swift test
- xcrun xcodebuild -project BigInt.xcodeproj -scheme BigInt-macOS test
- xcrun xcodebuild -project BigInt.xcodeproj -scheme BigInt-iOS
- xcrun xcodebuild -project BigInt.xcodeproj -scheme BigInt-watchOS
- xcrun xcodebuild -project BigInt.xcodeproj -scheme BigInt-tvOS
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-macOS test
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-iOS
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-watchOS
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-tvOS
after_success: bash <(curl -s https://codecov.io/bash)

0 comments on commit 4e5f2dd

Please sign in to comment.