qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 1/4] .travis.yml: show free disk space at end of run


From: Alex Bennée
Subject: [PATCH v1 1/4] .travis.yml: show free disk space at end of run
Date: Fri, 1 May 2020 12:15:02 +0100

Signed-off-by: Alex Bennée <address@hidden>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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
 
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]