Browse Source

Test on current Node.js versions

master
Luke Childs 5 years ago
parent
commit
75ba39a79b
  1. 4
      .travis.yml

4
.travis.yml

@ -1,7 +1,7 @@
language: node_js
node_js:
- '8'
- '6'
- '12'
- '10'
script: npm test
after_success: npm run coverage
notifications:

Loading…
Cancel
Save