Skip to content

Commit

Permalink
Move tvOS support to the CocoaTouch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Nov 26, 2015
1 parent dd43ad0 commit 9042fe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_script:
script:
- xcodebuild test -scheme 'ISO8601ForCocoa' SRCROOT=../build OBJROOT=../build SHARED_PRECOMPS_DIR=../build
- xcodebuild test -scheme 'ISO8601ForCocoaTouch' -destination 'name=iPhone 5s' SRCROOT=../build OBJROOT=../build SHARED_PRECOMPS_DIR=../build
- xcodebuild test -scheme 'ISO8601-TV' -destination 'name=Apple TV 1080p' SRCROOT=../build OBJROOT=../build SHARED_PRECOMPS_DIR=../build
- xcodebuild test -scheme 'ISO8601ForCocoaTouch' -destination 'name=Apple TV 1080p' SRCROOT=../build OBJROOT=../build SHARED_PRECOMPS_DIR=../build
after_success:
- cd ..
- coveralls -x '.m'
Loading

0 comments on commit 9042fe2

Please sign in to comment.