Skip to content

Commit 46c851d

Browse files
committed
Fix for failing build
1 parent 36d7f1b commit 46c851d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_script:
3434
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
3535
- ../travis/before_script.sh
3636
- 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
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/ && phpize && ./configure && make && make install && echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`
3838

3939
script:
4040
- ../travis/script.sh

0 commit comments

Comments
 (0)