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

Commit 7c52e87

Browse files
committed
Added debug information to the Travis-CI build
1 parent fa34354 commit 7c52e87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ install:
3232
script:
3333
- vendor/bin/phpunit
3434

35-
after_success:
35+
after_success:
36+
- echo "EXECUTE_DEPLYMENT = $EXECUTE_DEPLOYMENT"
37+
- echo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
38+
- echo "TRAVIS_PULL_REQUEST = $TRAVIS_PULL_REQUEST"
3639
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then composer install --no-dev --prefer-dist --no-interaction ; fi
3740
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi

0 commit comments

Comments
 (0)