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