From 02fc28a36a76a582854e5f992d1a81b77f0ad2ea Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 11 Oct 2017 12:13:18 +0100 Subject: [PATCH] Try updating travis osx_image to fix intermittent qmake errors :(. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29a55e838..fccac6dc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: env: ANDROID_BUILD=1 compiler: clang - os: osx - osx_image: xcode8.2 + osx_image: xcode9.1 env: APPLE_BUILD=1 compiler: clang