Skip to content

Commit b5e8b46

Browse files
jDramaixcopybara-github
authored andcommitted
Use default image for osx on Travis.
xcode8 (macOS: 10.11, jdk:1.8.0_92-b14) is too old and is not compatible with Bazel 2.0.0+. The default config uses Xcode 9.4.1, macOS 10.13 and jdk 10.0.1+10 and works with Bazel 2.0. PiperOrigin-RevId: 308727886
1 parent da2e18e commit b5e8b46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
dist: xenial
22
sudo: required
3-
# xcode8 has jdk8
4-
osx_image: xcode8
3+
54
# Not technically required but suppresses 'Ruby' in Job status message.
65
language: java
76

0 commit comments

Comments
 (0)