language: node_js

node_js:
  - stable

script:
  - make lint

notifications:
  email: false
