diff mbox series

[PULL,01/14] .travis.yml: show free disk space at end of run

Message ID 20200506120529.18974-2-alex.bennee@linaro.org
State New
Headers show
Series testing and gdbstub updates | expand

Commit Message

Alex Bennée May 6, 2020, 12:05 p.m. UTC
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>

-- 
2.20.1
diff mbox series

Patch

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