Commit f30436d2 authored by Bas de Nooijer's avatar Bas de Nooijer

Fix pecl install for Travis

parent 586894db
......@@ -16,7 +16,7 @@ env:
- SYMFONY_VERSION=2.5.*
before_script:
- sh -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then pecl install pecl_http-1.7.6; fi"
- sh -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then echo "\n\n\n\n" | pecl install pecl_http; fi"
- composer require --prefer-source --dev symfony/event-dispatcher:${SYMFONY_VERSION}
script: vendor/bin/phpunit -c phpunit.xml.travis -v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment