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 e8432a5 commit c9caa0dCopy full SHA for c9caa0d
.travis.yml
@@ -21,8 +21,8 @@ matrix:
21
- os: osx
22
env:
23
- BuildiOS="11"
24
- - Xcode="9.3"
25
- osx_image: xcode9.3
+ - Xcode="9.2"
+ osx_image: xcode9.2
26
language: node_js
27
node_js: "8"
28
jdk: oraclejdk8
@@ -49,7 +49,7 @@ matrix:
49
50
51
52
53
before_script:
54
- cd seed-tests && npm i
55
script: travis_wait travis_retry npm run test.ios
0 commit comments