UNPKG

176 BYAMLView Raw
1language: node_js
2node_js:
3- '0.11'
4before_install:
5install:
6- npm install
7before_script:
8- npm link .
9script:
10- ./ci/build.js
11- ./ci/test.js
12- ./ci/cover.js
13- ./ci/report.js