aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-11-23 15:43:06 -0800
committerEric Anderson <ejona@google.com>2016-11-23 23:24:53 -0800
commit335638e4fa68e37bb3bb689ebc25b55360e6adf6 (patch)
tree002eb5ef47627e4a756b6a25e905506e64a601e6 /.travis.yml
parent18e628ab1d9273aefe337f1144e38efb53c1b156 (diff)
downloadgrpc-grpc-java-335638e4fa68e37bb3bb689ebc25b55360e6adf6.tar.gz
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/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7381954e6..ad88f87fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,9 +42,6 @@ os:
- linux
- osx
-# This image comes with jdk8
-osx_image: xcode7
-
notifications:
email: false