From: Arnaud Giersch Date: Wed, 9 Oct 2019 20:03:57 +0000 (+0200) Subject: Travis: make "du" more verbose. X-Git-Tag: v3.25~553^2~1^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/aab2d842068230448eb6e6d491776d3bc309de2b?ds=sidebyside Travis: make "du" more verbose. --- diff --git a/.travis.yml b/.travis.yml index ebe6fc1a17..544b719956 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ jobs: - du -hs /tmp || true - ctest --output-on-failure -R java - df -h - - du -hs /tmp || true + - du -hc /tmp || true # - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - os: osx osx_image: xcode11