UNPKG

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