Skip to content

Commit 0596050

Browse files
committed
Only test on Redis 4.3.0 for now
PhpRedis 5.0.0 was released with some breaking changes which we'll need to fix first before we can run builds on it.
1 parent c7f7c1a commit 0596050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
before_install:
3131
- phpenv config-rm xdebug.ini || true
3232
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
33-
- printf "\n" | pecl install -f redis
33+
- printf "\n" | pecl install -f redis-4.3.0
3434
- travis_retry composer self-update
3535
- mysql -e 'CREATE DATABASE forge;'
3636

0 commit comments

Comments
 (0)