fs-plug
Version:
tcp server for simple file sharing
18 lines (17 loc) • 332 B
YAML
environment:
matrix:
- nodejs_version: "11"
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
build: off
shallow_clone: true
test_script:
- node --version
- npm --version
- npm test