Skip to content

Commit

Permalink
infra: upgrade Bazel to 3.7.0 (2 of 4) (#4368)
Browse files Browse the repository at this point in the history
This change re-enables building plugins and components in CI.
  • Loading branch information
stephanwlee authored Nov 23, 2020
1 parent e8af271 commit a46a6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a46a6f6

Please sign in to comment.