From: Alex Bennée Date: Fri, 1 May 2020 11:15:02 +0000 (+0100) Subject: .travis.yml: show free disk space at end of run X-Git-Tag: v5.1.0-rc0~140^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f8bde527626930421675411c58e9603bf205f3f;p=thirdparty%2Fqemu.git .travis.yml: show free disk space at end of run Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200501111505.4225-2-alex.bennee@linaro.org> --- diff --git a/.travis.yml b/.travis.yml index 2fd63eceaac..a4c3c6c8058 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,6 +113,7 @@ script: $(exit $BUILD_RC); fi after_script: + - df -h - if command -v ccache ; then ccache --show-stats ; fi