Skip to content

Commit

Permalink
ci: Print free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 25, 2019
1 parent fad9fdb commit fabd710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
else
DOCKER_EXEC free -m -h
DOCKER_EXEC echo "Number of CPUs \(nproc\):" \$\(nproc\)
DOCKER_EXEC echo "Free disk space:"
DOCKER_EXEC df -h
fi

if [ -n "$DPKG_ADD_ARCH" ]; then
Expand Down

0 comments on commit fabd710

Please sign in to comment.