diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-07-22 17:25:35 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-07-22 20:26:10 -0400 |
commit | fa4010e1129f2a4f3348f7a02896021df9270ee0 (patch) | |
tree | 240768992aaf82c0ba8d6e752d53fee898f6c485 /.travis | |
parent | 51a6e2c4192913c9c18507d8dfb3302500b26cc3 (diff) |
travis: Print memory and number of cpus
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/test_04_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/test_04_install.sh b/.travis/test_04_install.sh index b589ee7a16..319f2c5b21 100755 --- a/.travis/test_04_install.sh +++ b/.travis/test_04_install.sh @@ -6,6 +6,9 @@ export LC_ALL=C.UTF-8 +free -m -h +echo "Number of CPUs (nproc): $(nproc)" + travis_retry docker pull "$DOCKER_NAME_TAG" export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets |