UNPKG

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