From d83b5ceb5152b3b09faab8e053f37c07ec0d1a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 27 Dec 2019 18:32:08 -0300 Subject: [PATCH] Fix allow failures in .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48fc2b0d8e..b5c1076a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ jobs: - php: nightly - os: osx - name: "PHP 7.1 with dbase extension" - - name: "PHPUnit test in random order" + - name: "PHPUnit tests in random order" include: - stage: "Lint and analyse code"