We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafa615 commit fe2cc6cCopy full SHA for fe2cc6c
.travis.yml
@@ -33,6 +33,8 @@ matrix:
33
before_script:
34
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
35
- ../travis/before_script.sh
36
+ - pwd && ls
37
+ - wget https://github.com/nicolasff/phpredis/archive/2.2.5.zip -O php-redis.zip && unzip php-redis.zip && cd phpredis-2.2.5/ && mkdeb.sh && dpkg -i phpredis-2.2.5_*.deb
38
39
script:
40
- ../travis/script.sh
0 commit comments