Skip to content

Commit fe2cc6c

Browse files
committed
Fix for failing build
1 parent bafa615 commit fe2cc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ matrix:
3333
before_script:
3434
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
3535
- ../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
3638

3739
script:
3840
- ../travis/script.sh

0 commit comments

Comments
 (0)