aboutsummaryrefslogtreecommitdiff
path: root/ci/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-03 10:54:07 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-03 10:50:33 -0400
commitfa95503d64e1a5ad8aa67d78695ee9222372a16e (patch)
tree7dd6827e4120b0eb6b3910a74230da4a20e8e679 /ci/test
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
downloadbitcoin-fa95503d64e1a5ad8aa67d78695ee9222372a16e.tar.xz
ci: Make apt-get more verbose, to debug travis timeouts
Diffstat (limited to 'ci/test')
-rwxr-xr-xci/test/04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 54d7a9b814..4459d6f4ce 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
-${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
+${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES