Skip to content

Commit

Permalink
Use default image for osx on Travis.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jDramaix authored and copybara-github committed Apr 28, 2020
1 parent da2e18e commit b5e8b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist: xenial
sudo: required
# xcode8 has jdk8
osx_image: xcode8

# Not technically required but suppresses 'Ruby' in Job status message.
language: java

Expand Down

0 comments on commit b5e8b46

Please sign in to comment.