From a46a6f6875ba3b84e4bb5e9ece0e53009d256abb Mon Sep 17 00:00:00 2001 From: Stephan Lee Date: Sun, 22 Nov 2020 17:20:38 -0800 Subject: [PATCH] infra: upgrade Bazel to 3.7.0 (2 of 4) (#4368) This change re-enables building plugins and components in CI. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 352a99771dd..197b4ab743b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,8 +92,8 @@ script: - elapsed "script" # Note: bazel test implies fetch+build, but this gives us timing. - elapsed && bazel fetch //tensorboard/... - # - elapsed && bazel build //tensorboard/plugins/... - # - elapsed && bazel build //tensorboard/components/... + - elapsed && bazel build //tensorboard/plugins/... + - elapsed && bazel build //tensorboard/components/... # - elapsed && bazel build //tensorboard/webapp/... # - elapsed && bazel build //tensorboard/... # - elapsed && bazel test //tensorboard/... --test_tag_filters="${test_tag_filters}"