Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TensorBoard [![Travis build status](https://travis-ci.org/tensorflow/tensorboard.svg?branch=master)](https://travis-ci.org/tensorflow/tensorboard/) [![GitHub Actions CI](https://github.com/tensorflow/tensorboard/workflows/CI/badge.svg)](https://github.com/tensorflow/tensorboard/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) [![Compat check PyPI](https://python-compatibility-tools.appspot.com/one_badge_image?package=tensorboard)](https://python-compatibility-tools.appspot.com/one_badge_target?package=tensorboard)
# TensorBoard [![GitHub Actions CI](https://github.com/tensorflow/tensorboard/workflows/CI/badge.svg)](https://github.com/tensorflow/tensorboard/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) [![Compat check PyPI](https://python-compatibility-tools.appspot.com/one_badge_image?package=tensorboard)](https://python-compatibility-tools.appspot.com/one_badge_target?package=tensorboard)

TensorBoard is a suite of web applications for inspecting and understanding your
TensorFlow runs and graphs.
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tf_workspace()

load("@bazel_skylib//lib:versions.bzl", "versions")
# Keep this version in sync with the BAZEL environment variable defined
# in our .travis.yml and .github/workflows/ci.yml configs.
# in our .github/workflows/ci.yml config.
versions.check(minimum_bazel_version = "3.7.0")

load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")
Expand Down
35 changes: 0 additions & 35 deletions ci/bazelrc_travis

This file was deleted.

2 changes: 1 addition & 1 deletion tensorboard/tools/mirror_urls_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ check_urls_resolve() {
exclude_buildozer=':!ci/download_buildozer.sh' # likewise
# We use `git-grep` to efficiently get an initial result set, then
# filter it down with GNU `grep` separately, because `git-grep` only
# learned `-o` in Git v2.19; Travis uses v2.15.1.
# learned `-o` in Git v2.19.
unresolved_urls_file="${tmpdir}/unresolved_urls"
git grep -Ph "${url_pcre}" "${exclude_bazel}" "${exclude_buildifier}" \
"${exclude_buildozer}" \
Expand Down