travis: Don't allow failures on PHP 7.4

PHP 7.4 tests are voting for MediaWiki core master since
Ia5bcac7063d3317ecae8233a34c5201b21ec8280. This patch updates the Travis build
config to similarly disallow failures on PHP 7.4. The tests are already passing
on PHP 7.4 in Travis.

Change-Id: I68eed3087a9ab4cd4f640cf1d2ab6f81e6ddc6d6
This commit is contained in:
Máté Szabó 2020-04-07 20:19:05 +02:00
parent ccddf29d97
commit 6a14d868d4

View file

@ -27,8 +27,6 @@ matrix:
- php: 7.2
- php: 7.3
- php: 7.4
allow_failures:
- php: 7.4
services:
- mysql