Skip to content

Commit

Permalink
test: update Travis config to use the current Node
Browse files Browse the repository at this point in the history
Remove end-of-life Node.js 7 and add the current Node.js 9.

PR-URL: #307
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
  • Loading branch information
aqrln authored and belochub committed Jan 22, 2018
1 parent 7d0b0b5 commit 6586467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js

node_js:
- 6
- 7
- 8
- 9

os:
- linux
Expand Down

0 comments on commit 6586467

Please sign in to comment.