UNPKG

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