UNPKG

noflo-runtime-websocket

Version:

NoFlo runtime for execution on Node.js over WebSockets

23 lines (17 loc) 371 B
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 6 install: - ps: Install-Product node $env:nodejs_version - npm install -g grunt-cli - npm install - npm build build: off test_script: - node --version - npm --version - cmd: grunt test --no-color