Skip to content

Commit 4f555d2

Browse files
committed
travis ci pecl without sudo
1 parent d2a53a5 commit 4f555d2

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
@@ -129,7 +129,7 @@ before_install:
129129
install: travis_retry composer install --prefer-dist --no-interaction --no-suggest
130130

131131
before_script:
132-
- sudo pecl install redis
132+
- pecl install redis
133133
- echo "extension=redis.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
134134
- SUPERVISE=no travis_retry ./start-cluster.sh || { cat ./cluster/*.log; false; }
135135

0 commit comments

Comments
 (0)