mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 23:57:57 -05:00
19 lines
266 B
YAML
19 lines
266 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: 10
|
|
- nodejs_version: 12
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
|
|
build: off
|
|
|
|
before_test:
|
|
- npm install -g gulp-cli
|
|
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm test
|