Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Merge c7cd8d9 into 5f0348a
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed May 22, 2018
2 parents 5f0348a + c7cd8d9 commit 2d6f5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:node_version
- ps: Install-Product node $env:nodejs_version
- yarn install

# Post-install test scripts.
Expand Down

0 comments on commit 2d6f5bb

Please sign in to comment.