aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-11-25 14:18:28 -0800
committerEric Anderson <ejona@google.com>2015-11-25 14:21:06 -0800
commit036af15b66b17cf079c46e6eb3a6feff512daffe (patch)
treee74851f129bf41525ea929e59ce469ee44c7c04f /.travis.yml
parent2db02b52be5c47217630a4b3a8a99cec7e27a9fa (diff)
downloadgrpc-grpc-java-036af15b66b17cf079c46e6eb3a6feff512daffe.tar.gz
Remove double-"brew update" as now unnecessary
The issue is closed and our latest runs on Travis are only needing to run brew update once.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fc279f854..13b2d0181 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,7 @@ env:
before_install:
# Work around https://github.com/travis-ci/travis-ci/issues/2317
- if \[ "$TRAVIS_OS_NAME" = linux \]; then jdk_switcher use oraclejdk8; fi
- # Update twice to work around https://github.com/Homebrew/homebrew/issues/45616
- - if \[ "$TRAVIS_OS_NAME" = osx \]; then brew update || brew update; fi
+ - if \[ "$TRAVIS_OS_NAME" = osx \]; then brew update; fi
- buildscripts/make_dependencies.sh # build protoc into /tmp/protobuf-${PROTOBUF_VERSION}
- mkdir -p $HOME/.gradle
- echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties