diff --git a/.travis.yml b/.travis.yml index 29879e447..069336c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,9 +50,9 @@ script: after_success: | #!/bin/bash if [ $(uname) == Linux ]; then - ./.github/deploy.sh - # trigger rebuild of the clippy-service, to keep it up to date with clippy itself set -e + ./.github/deploy.sh + # trigger rebuild of the clippy-service, to keep it up to date with clippy itself if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] && [ "$TRAVIS_BRANCH" == "master" ] &&