Skip to content

Commit 2c5d46d

Browse files
committedJan 4, 2020
chore: renovate build matrix
1 parent 6e5297e commit 2c5d46d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ language: node_js
33
sudo: false
44

55
node_js:
6+
- "13"
7+
- "12"
8+
- "11"
69
- "10"
710
- "9"
811
- "8"
9-
- "7"
10-
- "6"
1112

1213
env:
1314
- MONGODB_VERSION="2.6.12"
1415
- MONGODB_VERSION="3.0.15"
1516
- MONGODB_VERSION="3.2.16"
1617
- MONGODB_VERSION="3.4.7"
1718
- MONGODB_VERSION="3.6.2"
19+
- MONGODB_VERSION="4.2.2"
1820

1921
before_script:
2022
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB_VERSION}.tgz -O /tmp/mongodb.tgz

0 commit comments

Comments
 (0)