commit | 4f8bde527626930421675411c58e9603bf205f3f | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri May 01 12:15:02 2020 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed May 06 09:27:03 2020 +0100 |
tree | 59bec06e79a40f4044b66f9636caac9a3622f46d | |
parent | f19d118bed77bb95681b07f4e76dbb700c16918d [diff] |
.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>
diff --git a/.travis.yml b/.travis.yml index 2fd63ec..a4c3c6c 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -113,6 +113,7 @@ $(exit $BUILD_RC); fi after_script: + - df -h - if command -v ccache ; then ccache --show-stats ; fi