Skip to content

Commit

Permalink
Remove node 4.x from ci, add node 10.x, bump others
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed May 15, 2018
1 parent 426f2a0 commit a74f612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "4.8.6"
- "6.12"
- "8.9.1"
- "6.14.2"
- "8.11.1"
- "10.1.0"

script:
- npm run test
Expand Down

0 comments on commit a74f612

Please sign in to comment.