Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Update to phpredis 2.2.5 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 23, 2014
1 parent 0bdb29e commit 9832d40
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 @@ -8,15 +8,15 @@ php:
services: redis

before_script:
- wget https://github.com/nicolasff/phpredis/archive/2.2.3.zip -O php-redis.zip
- wget https://github.com/nicolasff/phpredis/archive/2.2.5.zip -O php-redis.zip
- unzip php-redis.zip
- cd phpredis-2.2.3/
- cd phpredis-2.2.5/
- phpize
- ./configure
- make && make install
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- cd ../
- rm -R phpredis-2.2.3/
- rm -R phpredis-2.2.5/
- phpenv rehash
- composer self-update
- composer install --prefer-source
Expand Down

0 comments on commit 9832d40

Please sign in to comment.