Skip to content

Commit

Permalink
Drop Travis Node.js support for v0.12 & v5. Add travis support for v8…
Browse files Browse the repository at this point in the history
…, v9, v10.
  • Loading branch information
renarsvilnis committed Aug 13, 2018
1 parent 1bfba4c commit 81186bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ env:
sudo: false
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "9"
- "10"
script: npm test
after_script: npm run coveralls
addons:
Expand Down

0 comments on commit 81186bf

Please sign in to comment.