UNPKG

node-file-share

Version:

A Node.js command line tool to serve files and share on a local network.

17 lines (14 loc) 209 B
language: node_js node_js: - 8 install: - npm install script: - npm test deploy: provider: script skip_cleanup: true script: sh $TRAVIS_BUILD_DIR/.travis/pu.sh on: branch: master tags: false