Skip to content

Commit

Permalink
Trying appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Aug 31, 2017
1 parent 8f32095 commit 5411c6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
environment:
matrix:
- nodejs_version: "6"

install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
- npm install

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

build: off

0 comments on commit 5411c6e

Please sign in to comment.