language: node_js
node_js:
  - lts/*
before_install:
  - npm install -g gulp-cli
script: 
  - gulp lint
notifications:
  email: false