From 149a0423ec961d1c50c9edf7d0e48473ac70926b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 8 Oct 2017 22:43:51 +0200 Subject: [PATCH] Patch https://github.com/travis-ci/travis-ci/issues/8552 And while I'm at it, bump OSX image to see if it helps. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa40fb68c..f4419c784 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,9 @@ script: matrix: # We can use fast finish, as we don't need to wait for allow_failures builds to mark build as success fast_finish: true + allow_failures: + # TODO: Remove me once https://github.com/travis-ci/travis-ci/issues/8552 is fixed + - os: osx include: # We're building ASF with dotnet on latest versions of Linux and OS X - os: linux @@ -68,4 +71,4 @@ matrix: sudo: false - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx/ - osx_image: xcode9 + osx_image: xcode9.1