Files
Modernizr/appveyor.yml
2015-09-18 03:57:37 +03:00

22 lines
420 B
YAML

environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
# Get the latest stable version of Node 0.STABLE.latest
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
build: off
before_test:
- npm install grunt-cli -g
test_script:
- node --version
- npm --version
- npm test