mirror of https://github.com/grpc/grpc-java.git
travis: Use default OS X image (xcode7.3)
The xcode7 image is being retired on Nov 28th[1]. The default has been 7+ for a while now[2]. I assume 7+ all have JDK 8, so using the default seems safe. 1. https://blog.travis-ci.com/2016-11-17-retiring-some-osx-images/ 2. https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/
This commit is contained in:
parent
18e628ab1d
commit
335638e4fa
|
|
@ -42,9 +42,6 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
# This image comes with jdk8
|
||||
osx_image: xcode7
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue