Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 211288d

Browse files
include docker CI builds for LTS node version
1 parent fafb424 commit 211288d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: node_js
22

33
node_js:
4+
# node version does not matter here, since we run builds with docker
45
- '6'
5-
- '8'
6-
- '10'
7-
- 'node'
86

97
sudo: required
108

@@ -13,25 +11,27 @@ services:
1311

1412
env:
1513
- BUILD_TASK=test
16-
TAG=3.0.0-contrib
14+
TAG=3.0.0-contrib-node6
1715
- BUILD_TASK=test
18-
TAG=3.1.0-contrib
16+
TAG=3.1.0-contrib-node6
1917
- BUILD_TASK=test
20-
TAG=3.2.0-contrib
18+
TAG=3.2.0-contrib-node6
2119
- BUILD_TASK=test
22-
TAG=3.3.0-contrib
20+
TAG=3.3.0-contrib-node6
2321
- BUILD_TASK=cover
24-
TAG=3.4.0-contrib
22+
TAG=3.4.0-contrib-node6
2523
- BUILD_TASK=test
26-
TAG=3.4.0-contrib-world
24+
TAG=3.4.0-contrib-world-node6
2725
- BUILD_TASK=test
28-
TAG=3.4.1-contrib
26+
TAG=3.4.6-node6
2927
- BUILD_TASK=test
30-
TAG=3.4.2-contrib
28+
TAG=3.4.6-contrib-node6
3129
- BUILD_TASK=test
32-
TAG=3.4.3
30+
TAG=3.4.6-contrib-node8
3331
- 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
3535

3636
before_install:
3737
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh

0 commit comments

Comments
 (0)