Skip to content

Commit f4d194f

Browse files
committed
chor: update xcode in travis tests to 9.3
1 parent 1741296 commit f4d194f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ matrix:
2121
- os: osx
2222
env:
2323
- BuildiOS="11"
24-
- Xcode="9.2"
25-
osx_image: xcode9.2
24+
- Xcode="9.3"
25+
osx_image: xcode9.3
2626
language: node_js
2727
node_js: "8"
2828
jdk: oraclejdk8
@@ -49,7 +49,7 @@ matrix:
4949
language: node_js
5050
node_js: "8"
5151
jdk: oraclejdk8
52-
osx_image: xcode8.3
52+
osx_image: xcode9.3
5353
before_script:
5454
- cd seed-tests && npm i
5555
script: travis_wait travis_retry npm run test.ios

0 commit comments

Comments
 (0)