Skip to content

Commit 2ccce5c

Browse files
committed
Prelauch simulator
1 parent c42aad1 commit 2ccce5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ cache:
77
- Pods
88
before_install:
99
- export LANG=en_US.UTF-8
10+
- xcrun instruments -s devices
11+
- xcrun instruments -w "Apple TV 4K (12.4)" || true
1012
install:
1113
- make bootstrap
1214
before_script:
1315
- if [ -n "$DANGER_GITHUB_API_TOKEN" ]; then bundle exec danger; fi
1416
script:
15-
- bundle exec fastlane scan
17+
- bundle exec fastlane scan --device "Apple TV 4K (12.4)"
1618
after_success:
1719
- bash <(curl -s https://codecov.io/bash)
1820
notifications:

0 commit comments

Comments
 (0)