Skip to content

Commit 52e3534

Browse files
authored
update test configuration to xcode8.3
1 parent 8165232 commit 52e3534

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ matrix:
2828
os: linux
2929
language: node_js
3030
node_js: '4.2'
31+
- env: PLATFORM=ios-9.3
32+
os: osx
33+
osx_image: xcode8.3
34+
language: node_js
35+
node_js: '4.2'
3136
- env: PLATFORM=ios-10.0
3237
os: osx
3338
osx_image: xcode8.3
3439
language: node_js
3540
node_js: '4.2'
36-
# TBD SKIP for now:
37-
# - env: PLATFORM=ios-10.0
38-
# os: osx
39-
# osx_image: xcode7.3
40-
# language: node_js
41-
# node_js: '4.2'
4241
# FUTURE TBD:
4342
# - env: PLATFORM=ios-11.4
4443
# ...

0 commit comments

Comments
 (0)