Skip to content

Commit 053b348

Browse files
committed
Force install latest redis version.
1 parent 2ea6418 commit 053b348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333

3434
before_install:
3535
- pecl update-channels
36-
- yes | pecl install igbinary lzf redis
36+
- yes | pecl install -f igbinary lzf redis
3737
- phpenv config-add tests/php-travis.ini
3838
- redis-server --port 63791 &
3939
- redis-server --port 63792 &

0 commit comments

Comments
 (0)