language: node_js
node_js:
  - "node"
before_script: chmod 0777 ./node_modules/.bin/mocha
after_success:
  - npm run report-cover
