Skip to content

Commit b2b20a0

Browse files
authored
Merge branch 'master' into release/v1.0.6
2 parents 88f1c2d + 21b9175 commit b2b20a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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)