Skip to content

Commit

Permalink
Disable xdebug.overload_var_dump in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Dec 7, 2015
1 parent 4601886 commit cb52921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:
install:
- export AWS_ACCESS_KEY_ID=foo
- export AWS_SECRET_ACCESS_KEY=bar
- echo "xdebug.overload_var_dump = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- travis_retry composer update $COMPOSER_OPTS --no-interaction --prefer-source

script:
Expand Down

0 comments on commit cb52921

Please sign in to comment.