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