UNPKG

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