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 fe2cc6c commit 36d7f1bCopy full SHA for 36d7f1b
.travis.yml
@@ -34,7 +34,7 @@ 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
+ - 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