From: Kunal Mehta Date: Sat, 13 Oct 2018 06:47:42 +0000 (-0700) Subject: travis: Remove PHP 7.2 from allowed failures X-Git-Tag: 1.34.0-rc.0~3780 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=801942b564159c927c0b1bd44e159000d3e5cf51;p=lhc%2Fweb%2Fwiklou.git travis: Remove PHP 7.2 from allowed failures It's now passing! Bug: T204884 Change-Id: Idb17630cff54b803ca5fa942b2fcf17a775edd0d --- diff --git a/.travis.yml b/.travis.yml index ad35b76177..b28861d4e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,6 @@ matrix: - env: dbtype=mysql dbuser=root php: hhvm-3.18 allow_failures: - - php: 7.2 - php: hhvm-3.18 - php: hhvm-3.21 - php: hhvm-3.24