# appveyor file # http://www.appveyor.com/docs/appveyor-yml version: "{build}" environment: matrix: - nodejs_version: 0.10 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - npm install -g grunt-cli - npm install build: off test_script: - node --version - npm --version - grunt test