Skip to content

Commit

Permalink
Yet another try to fix pecl for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Nov 12, 2014
1 parent 01199e8 commit 3f7d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- SYMFONY_VERSION=2.5.*

before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != 'hhvm-nightly' ]; then echo '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != 'hhvm-nightly' ]; then printf '\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
Expand Down

0 comments on commit 3f7d832

Please sign in to comment.