Skip to content

Commit

Permalink
Added tvOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 9, 2018
1 parent 72b3823 commit 0ad9d3c
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 301 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ script:
- swift test
# Compile with Xcode
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd Xcode ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean test -scheme Bluetooth\ OS\ X ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Bluetooth\ iOS ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean test -scheme Bluetooth-macOS ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Bluetooth-iOS ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Bluetooth-watchOS ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Bluetooth-tvOS ; fi
Loading

0 comments on commit 0ad9d3c

Please sign in to comment.