UNPKG

240 BYAMLView Raw
1language: node_js
2node_js:
3- "6"
4before_install:
5- npm install apeman mocha istanbul -g
6install:
7- npm install
8before_script:
9- apeman need
10- apeman tmpl
11script:
12- ./ci/build.js
13- ./ci/doc.js
14- ./ci/test.js
15- ./ci/cover.js
16- ./ci/report.js