Skip to content

Commit

Permalink
chore: test appveyor (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider authored and daviddias committed Nov 10, 2017
1 parent b58be3c commit 9017e66
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
Expand Up @@ -11,11 +11,11 @@ platform:

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

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

build: off
Expand Down

0 comments on commit 9017e66

Please sign in to comment.