UNPKG

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