Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Stubbed out appveyor.xml's contents (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg authored Nov 5, 2018
1 parent ec22efb commit 39c7ce8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
# Test against a newer version and an older version of Node.js
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"

install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off

0 comments on commit 39c7ce8

Please sign in to comment.