Skip to content

Commit d020d81

Browse files
committed
make sure the pecl and pear channels are updated
1 parent ab8ec7a commit d020d81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if [[ ! $VERSION =~ ^master$ ]]; then
2929
rm go-pear.phar
3030
"$INSTALL_DEST/$VERSION/bin/pear" config-set php_ini "$INSTALL_DEST/$VERSION/etc/php.ini" system
3131
"$INSTALL_DEST/$VERSION/bin/pear" config-set auto_discover 1
32+
33+
"$INSTALL_DEST/$VERSION/bin/pear" channel-update pear.php.net
3234
fi
3335

3436
# php-fpm

bin/compile-extension-apcu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ else
1111
apcu=apcu
1212
fi
1313

14+
pecl channel-update pecl.php.net
15+
1416
echo | pecl_install $apcu
1517

1618
travis_time_finish

0 commit comments

Comments
 (0)