File tree Expand file tree Collapse file tree 1 file changed +39
-29
lines changed Expand file tree Collapse file tree 1 file changed +39
-29
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ matrix:
1919 os : linux
2020 language : node_js
2121 node_js : ' 4.2'
22- - env : PLATFORM=browser-safari
23- os : linux
24- language : node_js
25- 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'
2627 - env : PLATFORM=browser-edge
2728 os : linux
2829 language : node_js
@@ -32,11 +33,15 @@ matrix:
3233 osx_image : xcode7.3
3334 language : node_js
3435 node_js : ' 4.2'
35- - env : PLATFORM=ios-10.0
36- os : osx
37- osx_image : xcode7.3
38- language : node_js
39- 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+ # ...
4045 - env : PLATFORM=android-4.4
4146 os : linux
4247 language : android
@@ -47,16 +52,17 @@ matrix:
4752 - platform-tools
4853 - tools
4954 - build-tools-26.0.2
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
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
6066 - env : PLATFORM=android-6.0
6167 os : linux
6268 language : android
@@ -67,16 +73,20 @@ matrix:
6773 - platform-tools
6874 - tools
6975 - 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
76+ # TBD SKIP for now:
77+ # - env: PLATFORM=android-7.0
78+ # os: linux
79+ # language: android
80+ # jdk: oraclejdk8
81+ # android:
82+ # components:
83+ # - tools
84+ # - platform-tools
85+ # - tools
86+ # - build-tools-26.0.2
87+ # FUTURE TBD:
88+ # - env: PLATFORM=android-8.?
89+ # ...
8090
8191before_install :
8292- 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