sudo: false language: node_js node_js: - "5" before_script: - npm install - npm start notifications: email: false