Merge branch 'maint-0.2.9' into maint-0.3.5

This commit is contained in:
teor 2019-10-29 08:26:32 +10:00
commit 15d67842f9
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A
2 changed files with 6 additions and 3 deletions

View File

@ -149,10 +149,11 @@ addons:
## preventing or diagnosing hangs ## preventing or diagnosing hangs
- timelimit - 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 ## 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 ## Default is Xcode 9.4 on macOS 10.13 as of October 2019
#osx_image: xcode9.4 ## Recent is Xcode 11.2 on macOS 10.14 as of October 2019
osx_image: xcode11.2
before_install: before_install:
## Create empty rust directories for non-Rust builds, so caching succeeds ## Create empty rust directories for non-Rust builds, so caching succeeds

2
changes/ticket32241 Normal file
View File

@ -0,0 +1,2 @@
o Testing (continuous integration):
- In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.