From: RazeSoldier Date: Thu, 6 Jun 2019 08:57:51 +0000 (+0000) Subject: build: Set opcache.enable_cli=1 for Travis CI builds X-Git-Tag: 1.34.0-rc.0~1484^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=74cde047f4da87403693b3e04c8f40cff89faa4d;p=lhc%2Fweb%2Fwiklou.git build: Set opcache.enable_cli=1 for Travis CI builds Make test process faster. The code refer . Bug: T225078 Change-Id: I8c4e87f75108cfbece17506aa630b205aabaab4b --- diff --git a/.travis.yml b/.travis.yml index e4a173dce6..ada60e465d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,7 @@ addons: - tidy before_script: + - echo 'opcache.enable_cli = 1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - composer install --prefer-source --quiet --no-interaction - if [ "$dbtype" = postgres ]; then psql -c "CREATE DATABASE traviswiki WITH OWNER travis;" -U postgres; fi - >