language: node_js node_js: - "5.0" before_install: - npm install apeman mocha istanbul -g install: - npm install before_script: - apeman need - apeman tmpl script: - ./ci/build.js - ./ci/doc.js - ./ci/test.js - ./ci/cover.js - ./ci/report.js