mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
22 lines
420 B
YAML
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
|