From e27379dee2e6728d5e8a14a1bcc11cdc06757069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 13 Dec 2018 18:30:32 -0200 Subject: [PATCH] Allow failure for OSX on Travis CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OSX builds are constantly failing. It seems to be a Travis issue. Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2577cf50d0..be20dca99d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ jobs: allow_failures: - php: nightly - os: windows + - os: osx include: - stage: "Lint and analyse code"