Browse Source

Test on multiple Node.js versions

master
Luke Childs 6 years ago
parent
commit
41a2608160
  1. 3
      .travis.yml

3
.travis.yml

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

Loading…
Cancel
Save