We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f44bd3 commit 21b9175Copy full SHA for 21b9175
.travis.yml
@@ -2,7 +2,7 @@ language: swift
2
osx_image: xcode11
3
before_install:
4
- set -o pipefail
5
- - xcrun simctl boot "iPhone SE" || echo "(Pre)Launched the simulator."
+ - xcrun simctl boot "iPhone 8" || echo "(Pre)Launched the simulator."
6
script:
7
- cd Framework
8
- bundle install
@@ -11,4 +11,4 @@ script:
11
- pod lib lint --allow-warnings
12
- pod spec lint --allow-warnings
13
after_success:
14
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments