From c0dc309b8ce189f529b8c170a9be7063fe34234d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 23 Jun 2019 05:41:15 -0300 Subject: [PATCH] Disallow failures for OSX builds by enabling brew update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798 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 41873765b6..de8fbe6298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,6 @@ cache: jobs: allow_failures: - php: nightly - - os: osx - name: "PHP 7.1 with dbase extension" - name: "PHP 7.4" @@ -115,6 +114,7 @@ jobs: - php - composer - mariadb + update: true - stage: "PHP Unit tests" name: "Windows"