Skip to content

Commit

Permalink
dump pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed May 25, 2020
1 parent 7ef4ffe commit df07442
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ jobs:
- php: nightly

before_install:
- bash travis/install_amqp.sh
- echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo "extension=redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# install amqp
- pear config-set preferred_state beta
- pecl channel-update pecl.php.net
- yes | pecl install amqp

install:
- composer install --no-interaction --optimize-autoloader --no-progress --prefer-dist --no-suggest
Expand Down

0 comments on commit df07442

Please sign in to comment.