Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 80af5c1

Browse files
committed
Added debug info to the deploy
1 parent 17f5f06 commit 80af5c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ script:
3333
- vendor/bin/phpunit
3434

3535
after_success:
36+
- echo "EXECUTE_DEPLYMENT = $EXECUTE_DEPLOYMENT"
37+
- echo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
38+
- echo "TRAVIS_PULL_REQUEST = $TRAVIS_PULL_REQUEST"
39+
- echo "git branch = $(git branch | sed -n -e 's/^\* \(.*\)/\1/p')"
3640
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $(git branch | sed -n -e 's/^\* \(.*\)/\1/p') == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then composer install --no-dev --prefer-dist --no-interaction ; fi
3741
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $(git branch | sed -n -e 's/^\* \(.*\)/\1/p') == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi

0 commit comments

Comments
 (0)