File tree 1 file changed +39
-48
lines changed
1 file changed +39
-48
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ matrix:
19
19
os : linux
20
20
language : node_js
21
21
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'
27
26
- env : PLATFORM=browser-edge
28
27
os : linux
29
28
language : node_js
@@ -33,15 +32,11 @@ matrix:
33
32
osx_image : xcode7.3
34
33
language : node_js
35
34
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'
45
40
- env : PLATFORM=android-4.4
46
41
os : linux
47
42
language : android
@@ -52,40 +47,36 @@ matrix:
52
47
- platform-tools
53
48
- tools
54
49
- 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
89
80
90
81
before_install :
91
82
- 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