Skip to content

Commit

Permalink
Drop node.js 6 support, add 8, 10, and latest (semver-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 23, 2019
1 parent 6f707e8 commit e5026ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "6"
script: "npm run ci"
- '8'
- '10'
- 'node'
script: 'npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'

0 comments on commit e5026ca

Please sign in to comment.