Browse Source

Test against all currently maintained Node.js versions

pull/3/merge
Luke Childs 7 years ago
parent
commit
42c3c42122
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save