Enable full output on travis
This commit is contained in:
parent
e51e75be68
commit
e0d9d4c39b
@ -6,9 +6,9 @@ sudo apt-get remove kvm-ipxe
|
||||
|
||||
# Build the toolchain: (silently)
|
||||
pushd toolchain
|
||||
./prepare.sh > /dev/null 2>/dev/null || exit 1
|
||||
./install.sh > /dev/null 2>/dev/null || exit 1
|
||||
. activate.sh > /dev/null 2>/dev/null || exit 1
|
||||
./prepare.sh || exit 1
|
||||
./install.sh || exit 1
|
||||
. activate.sh || exit 1
|
||||
popd
|
||||
# Build the userspace tools:
|
||||
pushd userspace
|
||||
|
Loading…
Reference in New Issue
Block a user