Skip to content

Commit 2999be6

Browse files
committed
Add some output to make log reading easier
1 parent 3915627 commit 2999be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ after_success: |
7474
set -ex
7575
if [ -z ${INTEGRATION} ]; then
7676
./.github/deploy.sh
77+
else
78+
echo "Not deploying, because we're in an integration test run"
7779
fi
7880
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
7981
if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&

0 commit comments

Comments
 (0)