.travis.yml: show free disk space at end of run
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 1 May 2020 11:15:02 +0000 (12:15 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 6 May 2020 08:27:03 +0000 (09:27 +0100)
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>

.travis.yml

index 2fd63eceaacc8fe90da4f1dcc2a41e84f33b4b4d..a4c3c6c805821c839fd3719abc3320f9587f754f 100644 (file)
@@ -113,6 +113,7 @@ script:
         $(exit $BUILD_RC);
     fi
 after_script:
+  - df -h
   - if command -v ccache ; then ccache --show-stats ; fi