File tree Expand file tree Collapse file tree 1 file changed +39
-48
lines changed Expand file tree Collapse file tree 1 file changed +39
-48
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ matrix:
1919 os : linux
2020 language : node_js
2121 node_js : ' 4.2'
22- # TBD SKIP for now:
23- # - env: PLATFORM=browser-safari
24- # os: linux
25- # language: node_js
26- # node_js: '4.2'
22+ - env : PLATFORM=browser-safari
23+ os : linux
24+ language : node_js
25+ node_js : ' 4.2'
2726 - env : PLATFORM=browser-edge
2827 os : linux
2928 language : node_js
@@ -33,15 +32,11 @@ matrix:
3332 osx_image : xcode7.3
3433 language : node_js
3534 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'
42- # FUTURE TBD:
43- # - env: PLATFORM=ios-11.4
44- # ...
35+ - env : PLATFORM=ios-10.0
36+ os : osx
37+ osx_image : xcode7.3
38+ language : node_js
39+ node_js : ' 4.2'
4540 - env : PLATFORM=android-4.4
4641 os : linux
4742 language : android
@@ -52,40 +47,36 @@ matrix:
5247 - platform-tools
5348 - tools
5449 - build-tools-26.0.2
55- # TBD SKIP for now:
56- # - env: PLATFORM=android-5.1
57- # os: linux
58- # language: android
59- # jdk: oraclejdk8
60- # android:
61- # components:
62- # - tools
63- # - platform-tools
64- # - tools
65- # - build-tools-26.0.2
66- # - env: PLATFORM=android-6.0
67- # os: linux
68- # language: android
69- # jdk: oraclejdk8
70- # android:
71- # components:
72- # - tools
73- # - platform-tools
74- # - tools
75- # - build-tools-26.0.2
76- # - env: PLATFORM=android-7.0
77- # os: linux
78- # language: android
79- # jdk: oraclejdk8
80- # android:
81- # components:
82- # - tools
83- # - platform-tools
84- # - tools
85- # - build-tools-26.0.2
86- # FUTURE TBD:
87- # - env: PLATFORM=android-8.?
88- # ...
50+ - env : PLATFORM=android-5.1
51+ os : linux
52+ language : android
53+ jdk : oraclejdk8
54+ android :
55+ components :
56+ - tools
57+ - platform-tools
58+ - tools
59+ - build-tools-26.0.2
60+ - env : PLATFORM=android-6.0
61+ os : linux
62+ language : android
63+ jdk : oraclejdk8
64+ android :
65+ components :
66+ - tools
67+ - platform-tools
68+ - tools
69+ - build-tools-26.0.2
70+ - env : PLATFORM=android-7.0
71+ os : linux
72+ language : android
73+ jdk : oraclejdk8
74+ android :
75+ components :
76+ - tools
77+ - platform-tools
78+ - tools
79+ - build-tools-26.0.2
8980
9081before_install :
9182- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
You can’t perform that action at this time.
0 commit comments