language: node_js
node_js:
  - "6"
notifications:
  slack: benawesome:FFUmzMQs5LVoRAAuHau76mH1
script:
  - npm run eslint
  - npm test