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.
This commit is contained in:
Dimitri Fontaine 2014-06-16 14:41:39 +02:00
parent 242b0b1d93
commit b1c1b8bd45

View File

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