language: node_js
node_js:
- "4"
- "node"
branches:
only:
- master
- /^greenkeeper-.*$/
before_script:
- npm run lint