Skip to content

Commit f1e97a9

Browse files
committed
sudo
1 parent 9c98600 commit f1e97a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/compile-extension-apcu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
apcu=apcu
1212
fi
1313

14-
sudo pecl channel-update pecl.php.net
14+
pecl channel-update pecl.php.net
1515

1616
echo | pecl_install $apcu
1717

bin/compile-extension-ssh2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 || $VERSION =~ ^8 ]]; then
1313
echo "ssh2 is not compatible with $VERSION"
1414
# it's not yet compatible with master
1515
else
16-
pecl_install ssh2-1.14 </dev/null
16+
pecl_install ssh2-0.13 </dev/null
1717
fi
1818

1919
travis_time_finish

0 commit comments

Comments
 (0)