sudo: false language: node_js node_js: - "7" - "6" - "5" - "4" script: - npm install - npm run build - npm run lint - npm run test after_success: - npm run codecov notifications: email: false cache: directories: - node_modules