From aad5610c443416530d9306f62b7a1c4b909b2da2 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 13 Sep 2019 01:48:09 +0200 Subject: [PATCH] Update osx image --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12b9875..298d368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true" - name: "Python 3.7.2 on macOS" os: osx - osx_image: xcode10.2 # Python 3.7.2 running on macOS 10.14.3 + osx_image: xcode11 # Python 3.7.2 running on macOS 10.14.3 language: shell # 'language: python' is an error on Travis CI macOS before_install: - brew update && brew upgrade python -- GitLab