From 43cdebd2768882e48eae865d962b010fad0f779c 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 dc6015395..cbd15da18 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