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

Commit 7c7e926

Browse files
committed
Again, another CI experiment
1 parent 80af5c1 commit 7c7e926

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@ 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')"
40-
- 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
41-
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $(git branch | sed -n -e 's/^\* \(.*\)/\1/p') == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi
36+
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_PULL_REQUEST == 'false' ]]; then composer install --no-dev --prefer-dist --no-interaction ; fi
37+
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi

0 commit comments

Comments
 (0)