Browse Source

Test on multiple node versions

pull/19/head
Luke Childs 8 years ago
parent
commit
0f781f8ca0
  1. 5
      .travis.yml

5
.travis.yml

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

Loading…
Cancel
Save