File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ matrix:
3636 env :
3737 - DEPS=latest
3838 - BUILD_ZPK="$(if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true'; else echo -n 'false'; fi)"
39+ - PATH="$HOME/.composer/vendor/bin:$HOME/.local/bin:$PATH"
3940 exclude :
4041 - php : 5.6
4142 env : DEPS=latest
@@ -53,7 +54,7 @@ install:
5354 - if [[ $BUILD_ZPK == 'true' ]]; then travis_retry composer global require --dev $COMPOSER_ARGS phing/phing ; fi
5455 - travis_retry composer install -vvv $COMPOSER_ARGS
5556 - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
56- - composer show --installed
57+ - composer show --all
5758
5859script :
5960 - if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
You can’t perform that action at this time.
0 commit comments