Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore: Run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Dec 12, 2016
1 parent 36c35ef commit 5a57f98
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
npm-debug.log
/tmp
/.vs
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
environment:
nodejs_version: "6"

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

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

build: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"pretest": "eslint --rulesdir=tools/eslint-rules lib test",
"test": "tap 'test/**/*.test.js'",
"test": "tap \"test/**/*.test.js\"",
"posttest": "nlm verify"
},
"nlm": {
Expand Down

0 comments on commit 5a57f98

Please sign in to comment.