Disallow failures for OSX builds by enabling brew update

https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-06-23 05:41:15 -03:00
parent b9217146ab
commit c0dc309b8c

View File

@ -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"