Skip to content

Commit

Permalink
Fix #41 Replace Node.js 9 with 10 in the CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed May 25, 2018
1 parent a4f43d9 commit 3e33c0b
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 @@ -13,7 +13,7 @@ services:
- docker

node_js:
- "9"
- "10"
- "8"
- "6"

Expand Down

0 comments on commit 3e33c0b

Please sign in to comment.