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 8165232 commit 52e3534Copy full SHA for 52e3534
.travis.yml
@@ -28,17 +28,16 @@ matrix:
28
os: linux
29
language: node_js
30
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'
36
- env: PLATFORM=ios-10.0
37
os: osx
38
osx_image: xcode8.3
39
40
- # TBD SKIP for now:
- # - env: PLATFORM=ios-10.0
- # os: osx
- # osx_image: xcode7.3
- # language: node_js
41
- # node_js: '4.2'
42
# FUTURE TBD:
43
# - env: PLATFORM=ios-11.4
44
# ...
0 commit comments