mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修改脚本路径
This commit is contained in:
@@ -8,12 +8,12 @@ if [ $(phpenv version-name) != "hhvm" ]; then
|
||||
pecl config-set php_ini ''
|
||||
echo "yes\nno\n" | pecl install apcu-5.1.2
|
||||
pecl install apcu_bc-beta
|
||||
phpenv config-add tests/conf/apcu_bc.ini
|
||||
phpenv config-add thinkphp/tests/conf/apcu_bc.ini
|
||||
else
|
||||
echo "yes\nno\n" | pecl install apcu-4.0.10
|
||||
fi
|
||||
|
||||
phpenv config-add tests/conf/apc.ini
|
||||
phpenv config-add thinkphp/tests/conf/apc.ini
|
||||
fi
|
||||
|
||||
composer install --no-interaction --ignore-platform-reqs
|
||||
|
||||
Reference in New Issue
Block a user