Skip to content

Commit ac680fc

Browse files
"composer show --all" caused travis build to fail as the log will exceed the limit of 4 MB
1 parent a4d43ee commit ac680fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install:
5454
- if [[ $BUILD_ZPK == 'true' ]]; then travis_retry composer global require --dev $COMPOSER_ARGS phing/phing ; fi
5555
- travis_retry composer install -vvv $COMPOSER_ARGS
5656
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
57-
- composer show --all
57+
- composer show
5858

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

0 commit comments

Comments
 (0)