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:
19
19
os : linux
20
20
language : node_js
21
21
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'
26
27
- env : PLATFORM=browser-edge
27
28
os : linux
28
29
language : node_js
@@ -32,11 +33,15 @@ matrix:
32
33
osx_image : xcode7.3
33
34
language : node_js
34
35
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
+ # ...
40
45
- env : PLATFORM=android-4.4
41
46
os : linux
42
47
language : android
@@ -47,16 +52,17 @@ matrix:
47
52
- platform-tools
48
53
- tools
49
54
- 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
60
66
- env : PLATFORM=android-6.0
61
67
os : linux
62
68
language : android
@@ -67,16 +73,20 @@ matrix:
67
73
- platform-tools
68
74
- tools
69
75
- 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
+ # ...
80
90
81
91
before_install :
82
92
- 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