1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Add disk/mem info for Travis.

This is helpful for determining the virtual machine resources.
This commit is contained in:
David Steele 2019-10-13 14:02:52 -04:00
parent 64c6102a15
commit b1dc5a6d26

View File

@ -26,8 +26,8 @@ matrix:
- env: PGB_CI="--vm=co7 doc"
install:
- umask 0022
- cd ~ && pwd && whoami && umask && groups
- umask 0022 && cd ~ && pwd && whoami && umask && groups
- df -Th && top -bn1
script:
- ${TRAVIS_BUILD_DIR?}/test/travis.pl ${PGB_CI?}