Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit ec3d5d2

Browse files
committed
Set terminal width and show the dependency versions
1 parent 827c36e commit ec3d5d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ install:
100100
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
101101
- if [[ $HELPER_DEPS != '' ]]; then travis_retry composer require $COMPOSER_ARGS --update-with-dependencies $HELPER_DEPS ; fi
102102
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
103+
- stty cols 120
104+
- export COLUMNS=120
103105
- composer show
104106

105107
script:

0 commit comments

Comments
 (0)