Skip to content

Commit 5a25a2a

Browse files
authored
ci: remove Travis configs (#4435)
Summary: Some time between 13:41 and 17:20 Pacific time today, Travis stopped even pretending to run our builds. Note: #4433 reports a Travis status, whereas #4434 has no such item, not even “pending”. And our Travis dashboard shows no builds more recent than #4433, either. Relevant Hacker News: <https://news.ycombinator.com/item?id=25338983> Thankfully, we finally landed #2953 on Friday, so we are no longer dependent on Travis. This patch deletes the Travis configs and excises all remaining mentions. Test Plan: Running `git grep -i travis` now fails. wchargin-branch: ci-rm-travis
1 parent cfbf61a commit 5a25a2a

File tree

5 files changed

+3
-150
lines changed

5 files changed

+3
-150
lines changed

.travis.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
TensorBoard is a suite of web applications for inspecting and understanding your
44
TensorFlow runs and graphs.

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tf_workspace()
8888

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

9494
load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")

ci/bazelrc_travis

Lines changed: 0 additions & 35 deletions
This file was deleted.

tensorboard/tools/mirror_urls_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ check_urls_resolve() {
4444
exclude_buildozer=':!ci/download_buildozer.sh' # likewise
4545
# We use `git-grep` to efficiently get an initial result set, then
4646
# filter it down with GNU `grep` separately, because `git-grep` only
47-
# learned `-o` in Git v2.19; Travis uses v2.15.1.
47+
# learned `-o` in Git v2.19.
4848
unresolved_urls_file="${tmpdir}/unresolved_urls"
4949
git grep -Ph "${url_pcre}" "${exclude_bazel}" "${exclude_buildifier}" \
5050
"${exclude_buildozer}" \

0 commit comments

Comments
 (0)