language: node_js node_js: before_install: install: - npm install before_script: script: - ./ci/build.js - ./ci/test.js - ./ci/cover.js - ./ci/report.js