Browse Source

Don't test in Node.js 6

master
Luke Childs 6 years ago
parent
commit
6815d548a9
  1. 1
      .travis.yml

1
.travis.yml

@ -5,7 +5,6 @@ node_js:
# - '12'
- '10'
- '8'
- '6'
script: npm test && npm run bench
after_success: npm run coverage
notifications:

Loading…
Cancel
Save