Enable DOKKU_TRACE when running travis tests.

This commit is contained in:
Paul Lietar
2013-11-18 21:02:13 +00:00
parent 83ce81fc51
commit 158c3d215b

View File

@@ -13,6 +13,9 @@ if [[ $2 == *dokku* ]]; then
DEBIAN_FRONTEND=noninteractive apt-get install -y git make curl software-properties-common
echo "-----> Set hostname to dokku.me"
hostname dokku.me
echo "-----> Enabling tracing"
mkdir -p /home/dokku
echo "export DOKKU_TRACE=1" >> /home/dokku/dokkurc
echo "-----> Running make install"
DEBIAN_FRONTEND=noninteractive make install
echo "-----> Generating keypair..."