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 c42aad1 commit 2ccce5cCopy full SHA for 2ccce5c
.travis.yml
@@ -7,12 +7,14 @@ cache:
7
- Pods
8
before_install:
9
- export LANG=en_US.UTF-8
10
+ - xcrun instruments -s devices
11
+ - xcrun instruments -w "Apple TV 4K (12.4)" || true
12
install:
13
- make bootstrap
14
before_script:
15
- if [ -n "$DANGER_GITHUB_API_TOKEN" ]; then bundle exec danger; fi
16
script:
- - bundle exec fastlane scan
17
+ - bundle exec fastlane scan --device "Apple TV 4K (12.4)"
18
after_success:
19
- bash <(curl -s https://codecov.io/bash)
20
notifications:
0 commit comments