Add appveyor/travis

This commit is contained in:
Dane Springmeyer
2014-07-25 11:27:31 -07:00
parent 086b6e00bd
commit 1a13179ffc
2 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
environment:
matrix:
- nodejs_version: 0.8
- nodejs_version: 0.10
platform:
- x86
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- node --version
- npm --version
- cmd: SET PATH=c:\python27;%PATH%
- npm install
- npm test