Skip to content

Commit fa95503

Browse files
author
MarcoFalke
committed
ci: Make apt-get more verbose, to debug travis timeouts
1 parent a689c11 commit fa95503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
4646
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
4747

4848
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
49-
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
49+
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES
5050

0 commit comments

Comments
 (0)