]> git.lizzy.rs Git - rust.git/commitdiff
Add some output to make log reading easier
authorPhilipp Hansch <dev@phansch.net>
Fri, 25 May 2018 06:35:04 +0000 (08:35 +0200)
committerPhilipp Hansch <dev@phansch.net>
Fri, 25 May 2018 06:35:04 +0000 (08:35 +0200)
.travis.yml

index 301612b154e34c13fc712463495f854e147a9563..41424b39c80a7a43164ed338bf5f5afbce8a353c 100644 (file)
@@ -74,6 +74,8 @@ after_success: |
     set -ex
     if [ -z ${INTEGRATION} ]; then
       ./.github/deploy.sh
+    else
+      echo "Not deploying, because we're in an integration test run"
     fi
     # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
     if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&