Skip to content

Commit

Permalink
Remove unsupported Node.js versions for Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage authored Feb 23, 2018
1 parent 112a9a4 commit 452bd6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
environment:
matrix:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
Expand All @@ -31,4 +29,4 @@ test_script:

build: off

version: "{build}"
version: "{build}"

0 comments on commit 452bd6c

Please sign in to comment.