summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée2020-05-01 13:15:02 +0200
committerAlex Bennée2020-05-06 10:27:03 +0200
commit4f8bde527626930421675411c58e9603bf205f3f (patch)
tree59bec06e79a40f4044b66f9636caac9a3622f46d /.travis.yml
parentMerge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st... (diff)
downloadqemu-4f8bde527626930421675411c58e9603bf205f3f.tar.gz
qemu-4f8bde527626930421675411c58e9603bf205f3f.tar.xz
qemu-4f8bde527626930421675411c58e9603bf205f3f.zip
.travis.yml: show free disk space at end of run
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200501111505.4225-2-alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2fd63eceaa..a4c3c6c805 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