language: node_js
before_script:
  - npm install -g mocha
node_js:
  - "4.0.0"
