Skip to content

Commit a4d43ee

Browse files
fixed "phing: command not found"
fixed composer warning "deprecated option "installed""
1 parent 5e9a090 commit a4d43ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5859
script:
5960
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi

0 commit comments

Comments
 (0)