language: node_js
node_js:
  - "5"
before_script:
  - npm install
after_script:
  - codeclimate-test-reporter < coverage/lcov.info
script: npm test
