UNPKG

visop

Version:

A simple CLI for scaffolding visible operation projects.

19 lines (14 loc) 290 B
environment: matrix: - nodejs_version: "6" - nodejs_version: "8" install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - node --version - npm --version - npm test cache: - node_modules -> package-lock.json build: off