Skip to content

Commit

Permalink
StatusCommandTest.php line 81 exceeds tty width of 120; changed to 130
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Nov 24, 2020
1 parent b738ed3 commit 1f1d65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cache:

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- stty cols 120
- export COLUMNS=120
- stty cols 130
- export COLUMNS=130
- composer self-update --1

install:
Expand Down

0 comments on commit 1f1d65a

Please sign in to comment.