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

Commit

Permalink
Merge pull request #103 from rollup/fix-appveyor
Browse files Browse the repository at this point in the history
Fix AppVeyor tests
  • Loading branch information
eventualbuddha authored Dec 22, 2017
2 parents 9ffb608 + 25f3ba9 commit 0b9936c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "stable"
- "9"
- "8"
- "7"
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
environment:
matrix:
- nodejs_version: "stable"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"

version: "{build}"
build: off
deploy: off

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

test_script:
- node --version
- npm --version
- npm test

0 comments on commit 0b9936c

Please sign in to comment.