Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Aug 28, 2018
1 parent 47c6a50 commit 6c86e94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ init:
environment:
matrix:
# node.js
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

platform:
- x86
Expand All @@ -21,7 +21,6 @@ install:
# install modules
- npm i


# Post-install test scripts.
test_script:
# Output useful info for debugging
Expand Down

0 comments on commit 6c86e94

Please sign in to comment.