Skip to content

Commit 662d81b

Browse files
committed
run unit tests for tvOS
1 parent 36da201 commit 662d81b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
name: "Tests: iOS 11.3"
123123
env: DESTINATION="$IOS_DESTINATION_11" WORKSPACE="IGListKit.xcworkspace" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME"
124124

125+
- <<: *unit-tests
126+
name: "Tests: tvOS 11.3"
127+
env: DESTINATION="$TVOS_DESTINATION_11" WORKSPACE="IGListKit.xcworkspace" SDK="$TVOS_SDK" SCHEME="IGListKit-tvOS"
128+
125129
# Danger
126130
- stage: Danger
127131
script: bundle exec danger --verbose

0 commit comments

Comments
 (0)