Skip to content

Commit

Permalink
remove Node.js v7 from AppVeyor build; add Node.js v9
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed May 17, 2018
1 parent 4a6536d commit 7397189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ platform:
- x64
environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'
- nodejs_version: '4'
install:
Expand Down

0 comments on commit 7397189

Please sign in to comment.