language: node_js
before_install:
  - npm install -g mocha
  - npm install -g eslint
sudo: false
node_js:
  - 6
  - stable