language: node_js node_js: - '4.0' install: - npm install -g eslint script: - eslint src/*.js