Skip to content

Commit

Permalink
Add appveyor config file
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Aug 16, 2017
1 parent 02779a4 commit 0a161a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
environment:
nodejs_version: "6"
install:
- npm install
test_script:
- npm test
build: off

0 comments on commit 0a161a3

Please sign in to comment.