language: node_js
node_js:
- '6'
before_install:
- npm install istanbul mocha babel-cli -g
install:
- npm install babel-preset-es2015
- npm install
script:
- ./ci/build.js
- ./ci/test.js
- ./ci/cover.js
- ./ci/report.js
