language: node_js node_js: - 8.0 before_script: - npm install --dev script: - npm test - npm run lint notifications: email: false