Skip to content

Commit

Permalink
chore(appveyor): add nodejs_version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 7, 2018
1 parent f19629e commit 099925c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6.12.2"
- nodejs_version: "8.9.3"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"

matrix:
fast_finish: true
Expand Down

0 comments on commit 099925c

Please sign in to comment.