summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-29 08:26:44 +1000
committerteor <teor@torproject.org>2019-10-29 08:26:44 +1000
commitff601da0d18622dad0bbf901fea41d7bdd248ba2 (patch)
tree6eb9f78ed4f26cc392ca526084680247ae019146
parentd945a88945a8a20666056a1da31f37d9ad8b50a9 (diff)
parent54e2d0dc2d790a9e84ec44db2d53d535d8076602 (diff)
downloadtor-ff601da0d18622dad0bbf901fea41d7bdd248ba2.tar.gz
tor-ff601da0d18622dad0bbf901fea41d7bdd248ba2.zip
Merge branch 'maint-0.4.0' into release-0.4.0
-rw-r--r--.travis.yml7
-rw-r--r--changes/ticket322412
2 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0eeaecdae3..26cb8824a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -151,10 +151,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 0000000000..4243cec175
--- /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.