Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Enhancement debug information to travis [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed Sep 27, 2018
1 parent ac3ad00 commit 8f93ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f93ade

Please sign in to comment.