language: node_js
node_js:
- '4.0'
before_install:
- npm install babel-cli browserify nodeunit istanbul -g
install:
- npm install
before_script:
- npm link .
script:
- ./ci/compile.js
- ./ci/build.js
- ./ci/test.js
- ./ci/cover.js
- ./ci/report.js
