Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jun 18, 2018
1 parent f2c753b commit da8f967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ install:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- travis_retry composer install --prefer-dist --no-interaction --no-progress

before_script:
- echo "output_buffering=On" > my-php-config.ini
- phpenv config-add my-php-config.ini
script:
- php -doutput_buffering=On `which phpunit`

0 comments on commit da8f967

Please sign in to comment.