travis: Print memory and number of cpus

This commit is contained in:
MarcoFalke 2019-07-22 17:25:35 -04:00
parent 51a6e2c419
commit fa4010e112
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

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