From b1c1b8bd4576a8f83b8aa4f5d34562fa829195d4 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 16 Jun 2014 14:41:39 +0200 Subject: [PATCH] Don't hide the verbose output of backporting SBCL. The backport takes a long time, and with the output redirected away the Travis build system kills the build with the following message: No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself. The build has been terminated. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 729d764..67fba79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ install: - echo "deb-src http://ftp.fr.debian.org/debian/ sid main" | sudo tee /etc/apt/sources.list.d/sid-src.list - sudo apt-get update - sudo apt-get -y build-dep sbcl - - sudo apt-get source -b sbcl > /dev/null 2>&1 + - sudo apt-get source -b sbcl - sudo dpkg -i *.deb before_script: - sudo -u postgres createuser -S -R -D -E -l pgloader