Skip to content

Commit

Permalink
Test against redis v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Mar 22, 2018
1 parent 6477dac commit b53038f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ allow_failures:

install:
- yes '' | pecl install -f redis
- wget http://download.redis.io/releases/redis-3.2.11.tar.gz
- tar -xzf redis-3.2.11.tar.gz
- make -s -C redis-3.2.11 -j4
- export PATH=$PATH:$PWD/redis-3.2.11/src/
- wget http://download.redis.io/releases/redis-4.0.8.tar.gz
- tar -xzf redis-4.0.8.tar.gz
- make -s -C redis-4.0.8 -j4
- export PATH=$PATH:$PWD/redis-4.0.8/src/

script:
- phpunit

0 comments on commit b53038f

Please sign in to comment.