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 language: node_js
node_js: node_js:
- '8' - '12'
- '6' - '10'
script: npm test script: npm test
after_success: npm run coverage after_success: npm run coverage
notifications: notifications:

Loading…
Cancel
Save