Browse Source

Dont test on 5 (no LTS). Test on latest version.

pull/2/head
Luke Childs 8 years ago
parent
commit
996a007c71
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save