Skip to content

Commit 21b9175

Browse files
authored
Update .travis.yml
1 parent 8f44bd3 commit 21b9175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: swift
22
osx_image: xcode11
33
before_install:
44
- set -o pipefail
5-
- xcrun simctl boot "iPhone SE" || echo "(Pre)Launched the simulator."
5+
- xcrun simctl boot "iPhone 8" || echo "(Pre)Launched the simulator."
66
script:
77
- cd Framework
88
- bundle install
@@ -11,4 +11,4 @@ script:
1111
- pod lib lint --allow-warnings
1212
- pod spec lint --allow-warnings
1313
after_success:
14-
- bash <(curl -s https://codecov.io/bash)
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)