language: node_js
before_install:
  - npm install -g eslint
sudo: false
node_js:
  - 6
  - stable
after_script:
  - npm install -g istanbul
  - npm run coveralls