diff --git a/.travis.yml b/.travis.yml
index 12b9875f0d915a9c556fd94f00dabab8ccb07534..298d3687d3c8395d0efecd1269dc9bf0aab1a334 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