Skip to content

Commit

Permalink
More tweaks to appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 25, 2018
1 parent 9891fb4 commit de25aa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

environment:
Expand All @@ -8,6 +6,9 @@ environment:
- nodejs_version: 8
- nodejs_version: 10

matrix:
fast_finish: true

platform:
- x64

Expand All @@ -16,7 +17,7 @@ build: off
deploy: off

install:
- ps: Install-Product node $env:nodejs_version $platform
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install

test_script:
Expand Down

0 comments on commit de25aa9

Please sign in to comment.