This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 13
13
14
14
matrix :
15
15
include :
16
- - os : linux
17
- node_js : ' 8'
18
- env :
19
- - BUILD_TASK=test
20
- - os : linux
21
- node_js : ' 10'
22
- env :
23
- - BUILD_TASK=test
24
- - os : linux
25
- node_js : ' 11'
26
- env :
27
- - BUILD_TASK=test
16
+ # - os: linux
17
+ # node_js: '8'
18
+ # env:
19
+ # - BUILD_TASK=test
20
+ # - os: linux
21
+ # node_js: '10'
22
+ # env:
23
+ # - BUILD_TASK=test
24
+ # - os: linux
25
+ # node_js: '11'
26
+ # env:
27
+ # - BUILD_TASK=test
28
28
- os : linux
29
29
node_js : ' 8'
30
30
env :
@@ -37,26 +37,26 @@ matrix:
37
37
node_js : ' 11'
38
38
env :
39
39
- BUILD_TASK=prebuild
40
- - os : osx
41
- node_js : ' 8'
42
- env :
43
- - BUILD_TASK=test
40
+ # - os: osx
41
+ # node_js: '8'
42
+ # env:
43
+ # - BUILD_TASK=test
44
44
- os : osx
45
45
node_js : ' 8'
46
46
env :
47
47
- BUILD_TASK=prebuild
48
- - os : osx
49
- node_js : ' 10'
50
- env :
51
- - BUILD_TASK=test
48
+ # - os: osx
49
+ # node_js: '10'
50
+ # env:
51
+ # - BUILD_TASK=test
52
52
- os : osx
53
53
node_js : ' 10'
54
54
env :
55
55
- BUILD_TASK=prebuild
56
- - os : osx
57
- node_js : ' 11'
58
- env :
59
- - BUILD_TASK=test
56
+ # - os: osx
57
+ # node_js: '11'
58
+ # env:
59
+ # - BUILD_TASK=test
60
60
- os : osx
61
61
node_js : ' 11'
62
62
env :
You can’t perform that action at this time.
0 commit comments