Skip to content

Commit

Permalink
Integrate AppVeyor for Windows CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Aug 23, 2015
1 parent 8962c4f commit a9d30cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "{build}"

environment:
nodejs_version: "0.12"

matrix:
fast_finish: true

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

test_script:
- npm run appveyor

build: off
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"codecov" : "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
"downstream": "node test/downstream.js",
"travis": "npm test && npm run codecov && npm run downstream",
"appveyor": "npm run tests && npm run browser-tests && npm run dynamic-analysis",
"generate-regex": "node tools/generate-identifier-regex.js"
}
}

0 comments on commit a9d30cd

Please sign in to comment.