diff --git a/.travis.yml b/.travis.yml
index ea06d21db59396e487ba09a58642bfdcfdaeec5d..5d5bc330d611fa88410659996821237cfb237219 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,10 +158,11 @@ addons:
       ## preventing or diagnosing hangs
       - timelimit
 
-## (OSX only) Use the default OSX image
+## (OSX only) Use a recent macOS image
 ## See https://docs.travis-ci.com/user/reference/osx#os-x-version
-## Default is Xcode 9.4 on macOS 10.13 as of August 2018
-#osx_image: xcode9.4
+## Default is Xcode 9.4 on macOS 10.13 as of October 2019
+## Recent is Xcode 11.2 on macOS 10.14 as of October 2019
+osx_image: xcode11.2
 
 before_install:
   ## Create empty rust directories for non-Rust builds, so caching succeeds
diff --git a/changes/ticket32241 b/changes/ticket32241
new file mode 100644
index 0000000000000000000000000000000000000000..4243cec1752a8dd752698ef975a4d53fd3bcc1e9
--- /dev/null
+++ b/changes/ticket32241
@@ -0,0 +1,2 @@
+  o Testing (continuous integration):
+    - In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.