Browse Source

Only test against Node.js versions 8 and 10

pull/32/head
Luke Childs 6 years ago
parent
commit
04a25a43a7
  1. 3
      .travis.yml

3
.travis.yml

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

Loading…
Cancel
Save