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:
parent
ccddf29d97
commit
6a14d868d4
1 changed files with 0 additions and 2 deletions
|
|
@ -27,8 +27,6 @@ matrix:
|
|||
- php: 7.2
|
||||
- php: 7.3
|
||||
- php: 7.4
|
||||
allow_failures:
|
||||
- php: 7.4
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
|
|
|||
Loading…
Reference in a new issue