language: node_js
sudo: false
node_js:
  - "node"
install:
  - npm install
  - npm install mocha -g
script:
  - npm test
