1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[ticket/14236] Disable Opcache on Travis when running the tests

PHPBB3-14236
This commit is contained in:
Tristan Darricau
2015-10-14 09:04:39 +02:00
parent bdf69817be
commit 345e8ad822
2 changed files with 4 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ then
echo 'Enabling APC PHP extension'
register_php_extension 'apc' "$php_ini_file"
echo 'apc.enable_cli=1' >> "$php_ini_file"
else
echo 'Disabling Opcache'
echo 'opcache.enable=0' >> "$php_ini_file"
fi
# redis