We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da201 commit 662d81bCopy full SHA for 662d81b
.travis.yml
@@ -122,6 +122,10 @@ jobs:
122
name: "Tests: iOS 11.3"
123
env: DESTINATION="$IOS_DESTINATION_11" WORKSPACE="IGListKit.xcworkspace" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME"
124
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
+
129
# Danger
130
- stage: Danger
131
script: bundle exec danger --verbose
0 commit comments