Skip to content

Commit

Permalink
set COLUMNS env for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 27, 2017
1 parent 41b51e4 commit 142055c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ php:
- nightly

env:
- DB=sqlite
- DB=mysql
- DB=pgsql
global:
- COLUMNS=120
matrix:
- DB=sqlite
- DB=mysql
- DB=pgsql

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
Expand Down

0 comments on commit 142055c

Please sign in to comment.