Disabled opcache in travis.yml

This commit is contained in:
Mitchell Hewes 2017-01-11 14:31:03 +11:00
parent 6e4f01c87a
commit 5b3ab0036e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ fi
echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
echo "always_populate_raw_post_data = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
echo "opcache.enable = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm