Skip to content

Commit

Permalink
Try a specific pecl_http version for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Nov 11, 2014
1 parent 5a14f58 commit 01199e8
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; fi"
- 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"
- 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 01199e8

Please sign in to comment.