From 8f93ade291ed86095e134f7b447ecc2a14c349c3 Mon Sep 17 00:00:00 2001 From: githubjeka Date: Thu, 27 Sep 2018 12:28:58 +0300 Subject: [PATCH] Enhancement debug information to travis [skip ci] --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ff08f7..89b6446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,9 @@ before_install: install: - wget -O humhub.zip "https://www.humhub.org/en/download/start?type=zip&ee=0" - unzip -qq -d $HOME humhub.zip + # rename rename directory humhub-VERSION_NUMBER to humhub + # To show debug process without execute used `-n` + - rename -n 's/(humhub)-(.*)$/$1/' $HOME/* - rename 's/(humhub)-(.*)$/$1/' $HOME/* - cp --recursive $TRAVIS_BUILD_DIR $HOME/humhub/protected/modules/tracker