Skip to content

Commit

Permalink
Merge 14b197a into 8682442
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 24, 2019
2 parents 8682442 + 14b197a commit 690ed78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -103,10 +103,11 @@ addons:
- asciidoc
- xmlto

## (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

install:
## If we're on OSX, configure ccache (ccache is automatically installed and configured on Linux)
Expand Down
2 changes: 2 additions & 0 deletions changes/ticket32241
@@ -0,0 +1,2 @@
o Testing (continuous integration):
- In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.

0 comments on commit 690ed78

Please sign in to comment.