Skip to content

Commit 835b058

Browse files
committed
Fixed travis lzf install.
1 parent c7af9ee commit 835b058

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
@@ -32,7 +32,7 @@ matrix:
3232
- php: nightly
3333

3434
before_install:
35-
- pecl install lzf
35+
- yes | pecl install lzf
3636
- phpenv config-add tests/php-travis.ini
3737
- redis-server --port 63791 &
3838
- redis-server --port 63792 &

0 commit comments

Comments
 (0)