]> granicus.if.org Git - php/commit
Travis: Use opcache in release build
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 3 Jun 2017 10:37:47 +0000 (12:37 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 3 Jun 2017 10:37:47 +0000 (12:37 +0200)
commit6b511d124ebe02a170d707b50f55e2fa1b81a1b1
tree6db900d86951a18c12acbd21fcd2885b3ebf9b99
parentd9fd44366d7d3f32563833b48ee0c304e4b506bf
Travis: Use opcache in release build

Our debug builds on Travis are often timing out recently. Opcache
causes quite a large performance hit on test run times, so move it
over to the release build, where it should have less impact.
.travis.yml