sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '8' - '9' - '10' before_script: - npm prune script: - npm test # - npm run test:with-coverage # - npm run test:check-coverage # after_success: # - npm run test:publish-coverage # # No need to build as it is done in the prepublish script # - npm run semantic-release branches: only: - master - /^greenkeeper-.*$/