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

Commit fa4a5ad

Browse files
authored
feat: Add node@4 to travis matrix (#150)
* Upgrade get-mongodb-version to 2 * Add node@4 to travis matrix The node.js driver still requires node@4 support and they use `mongodb-version-manager` for CI. If version-manager breaks on node@4, then @daprahamian and @mbroadst will have a bad day. So let's avoid that with some automation. * chore(ci): Travis uses bundled npm version npm@6 does not support node@4 so just use the version bundled with node.
1 parent ba19a50 commit fa4a5ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 10.2.1
4+
- 10
55
- 8
6-
before_install:
7-
- npm i -g npm
6+
- 4
87
script:
98
- npm test
109
cache:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"download": "^6.2.5",
3030
"figures": "^2.0.0",
3131
"fs-extra": "^4.0.2",
32-
"get-mongodb-version": "^1.2.0",
32+
"get-mongodb-version": "^2.0.0",
3333
"lodash.defaults": "^4.2.0",
3434
"lodash.difference": "^4.1.1",
3535
"mongodb-download-url": "^0.4.2",

0 commit comments

Comments
 (0)