Skip to content

Commit

Permalink
Attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 14, 2020
1 parent daa037d commit 252c596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
@@ -1,14 +1,14 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "12"
# - nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
# - nodejs_version: "6"
# - nodejs_version: "4"

matrix:
fast_finish: true
fast_finish: false

# allow_failures:
# - nodejs_version: "4" # for eslint 5
Expand All @@ -27,6 +27,9 @@ install:
if ($env:nodejs_version -eq "4") {
npm install -g npm@3;
}
if ($env:nodejs_version -eq "10") {
npm install -g npm@6.10.3;
}
if ($env:nodejs_version -eq "12") {
npm install -g npm@6.10.3;
}
Expand Down

0 comments on commit 252c596

Please sign in to comment.