sudo: false language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - 8 script: npm run $COMMAND before_script: - npm prune after_success: - npm run coverage:upload - npm run semantic-release # Trigger a push build on master and greenkeeper branches + PRs build on every branches # Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147) branches: only: - master - /^greenkeeper.*$/