---
language: node_js
node_js:
  - "0.12"

sudo: false

install:
  - "npm install"

script:
  - "npm run build; npm test; npm run coverage;"

