UNPKG

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