Skip to content

Commit

Permalink
[Tests] appveyor: add new nodes, allow v5 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 12, 2020
1 parent 922abdf commit 93c227c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ build: off

environment:
matrix:
- nodejs_version: "13"
- nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
Expand All @@ -20,6 +24,8 @@ environment:
matrix:
# fast_finish: true
allow_failures:
- nodejs_version: "8" # "Cannot read property 'resolve' of undefined" npm bug
- nodejs_version: "5" # "Missing required argument #1" npm bug
- nodejs_version: "0.6"

platform:
Expand Down

0 comments on commit 93c227c

Please sign in to comment.