Browse Source

Drop tests for Node.js 4 and add tests for Node.js 10 (#26)

Was failing anyway, and Node 4 was end-of-life'd in April.

Add instead tests for Node 10 and current.
emp
Dan Dascalescu 6 years ago
committed by Jytesh
parent
commit
d49da39813
  1. 3
      packages/keyv-mongo/.travis.yml

3
packages/keyv-mongo/.travis.yml

@ -1,8 +1,9 @@
language: node_js
node_js:
- 'node'
- '10'
- '8'
- '6'
- '4'
services:
- mongodb
script: npm test

Loading…
Cancel
Save