From 0c7992cdf5154e2d77a097f851d0d1bae5b7f1ab Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Mon, 9 Jan 2017 16:45:33 +0100 Subject: [PATCH] script fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cad8a7b7a7..8f434f3ef2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,10 +43,10 @@ script: - set +e 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 - #!/bin/bash set -e if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&