UNPKG

247 BYAMLView Raw
1language: node_js
2node_js:
3- '4.0'
4before_install:
5- npm install apeman -g
6- npm install nodeunit istanbul bower mocha -g
7install:
8- npm install
9before_script:
10- npm link .
11script:
12- ./ci/build.js
13- ./ci/test.js
14- ./ci/cover.js
15- ./ci/report.js