ci: remove conditional clause for bazel install (#22170)

No longer needed since we don't have a bazel job
PR Close #22170
This commit is contained in:
Alex Eagle 2018-02-12 16:25:37 -08:00 committed by Miško Hevery
parent 8f36fd1374
commit 4f19491fec
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if [[ ${TRAVIS} &&
fi
# Install bazel
if [[ ${TRAVIS} && (${CI_MODE} == "bazel" || ${CI_MODE} == "e2e_2") ]]; then
if [[ ${TRAVIS} && ${CI_MODE} == "e2e_2" ]]; then
travisFoldStart "bazel-install"
(
mkdir tmp