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 +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
+ # node version does not matter here, since we run builds with docker
4
5
- ' 6'
5
- - ' 8'
6
- - ' 10'
7
- - ' node'
8
6
9
7
sudo : required
10
8
@@ -13,25 +11,27 @@ services:
13
11
14
12
env :
15
13
- BUILD_TASK=test
16
- TAG=3.0.0-contrib
14
+ TAG=3.0.0-contrib-node6
17
15
- BUILD_TASK=test
18
- TAG=3.1.0-contrib
16
+ TAG=3.1.0-contrib-node6
19
17
- BUILD_TASK=test
20
- TAG=3.2.0-contrib
18
+ TAG=3.2.0-contrib-node6
21
19
- BUILD_TASK=test
22
- TAG=3.3.0-contrib
20
+ TAG=3.3.0-contrib-node6
23
21
- BUILD_TASK=cover
24
- TAG=3.4.0-contrib
22
+ TAG=3.4.0-contrib-node6
25
23
- BUILD_TASK=test
26
- TAG=3.4.0-contrib-world
24
+ TAG=3.4.0-contrib-world-node6
27
25
- BUILD_TASK=test
28
- TAG=3.4.1-contrib
26
+ TAG=3.4.6-node6
29
27
- BUILD_TASK=test
30
- TAG=3.4.2 -contrib
28
+ TAG=3.4.6 -contrib-node6
31
29
- BUILD_TASK=test
32
- TAG=3.4.3
30
+ TAG=3.4.6-contrib-node8
33
31
- BUILD_TASK=test
34
- TAG=3.4.3-contrib
32
+ TAG=3.4.6-contrib-node10
33
+ - BUILD_TASK=test
34
+ TAG=3.4.6-contrib-node11
35
35
36
36
before_install :
37
37
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh
You can’t perform that action at this time.
0 commit comments