Skip to content

Commit

Permalink
Make tvOS tests run in Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 28, 2015
1 parent 1ec0680 commit ce1da93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
elif [ "$TEST_TYPE" = OSX ]; then
set -o pipefail
xcodebuild test -project Bolts.xcodeproj -sdk macosx -scheme Bolts-OSX -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
elif [ "$TEST_TYPE" = OSX ]; then
elif [ "$TEST_TYPE" = tvOS ]; then
set -o pipefail
xcodebuild test -project Bolts.xcodeproj -scheme Bolts-tvOS -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
elif [ "$TEST_TYPE" = CocoaPods ]; then
Expand Down

0 comments on commit ce1da93

Please sign in to comment.