Skip to content

Commit c2f11e8

Browse files
committed
try to fix travis-install.sh exited with code 1
1 parent d95b2fa commit c2f11e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cd /tmp \
1212

1313
pecl install rdkafka
1414

15-
echo "extension = rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15+
echo "extension=rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 commit comments

Comments
 (0)