Browse Source

Only test on Node.js 8

pull/2/head
Luke Childs 7 years ago
parent
commit
a0f8faaa21
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save