UNPKG

apeman-demo-srvc

Version:
15 lines (14 loc) 206 B
language: node_js node_js: - '5.0' before_install: - npm install istanbul mocha -g install: - npm install before_script: - npm link . script: - ./ci/build.js - ./ci/test.js - ./ci/cover.js - ./ci/report.js