mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
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:
parent
242b0b1d93
commit
b1c1b8bd45
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user