diff options
author | teor <teor@torproject.org> | 2019-10-29 08:26:40 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-29 08:26:40 +1000 |
commit | 54e2d0dc2d790a9e84ec44db2d53d535d8076602 (patch) | |
tree | cb2d4c79abdd63b27f5354867273992b9271ccd4 /.travis.yml | |
parent | e56e7e865e148c5017ae20df12c76df0f79e60c1 (diff) | |
parent | 15d67842f9c1cb993491cf473478999dace7c6c2 (diff) | |
download | tor-54e2d0dc2d790a9e84ec44db2d53d535d8076602.tar.gz tor-54e2d0dc2d790a9e84ec44db2d53d535d8076602.zip |
Merge branch 'maint-0.3.5' into maint-0.4.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 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 |