From b90627c7fc3fc16599b9a12a7e420767136e9bff Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Mon, 23 Sep 2019 16:22:33 +0000 Subject: [PATCH] README: update status badge We're no longer using Travis, CircleCI, or AppVeyor, so remove their status badges and add one for actions. --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5c589b9f..2e434f69 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,8 @@ # Git Large File Storage -| Linux | macOS | Windows | -| :---- | :------ | :---- | -[ ![Linux build status][1]][2] | [![macOS build status][3]][4] | [![Windows build status][5]][6] | +![CI status][1] -[1]: https://travis-ci.org/git-lfs/git-lfs.svg?branch=master -[2]: https://travis-ci.org/git-lfs/git-lfs -[3]: https://circleci.com/gh/git-lfs/git-lfs.svg?style=shield&circle-token=856152c2b02bfd236f54d21e1f581f3e4ebf47ad -[4]: https://circleci.com/gh/git-lfs/git-lfs -[5]: https://ci.appveyor.com/api/projects/status/46a5yoqc3hk59bl5/branch/master?svg=true -[6]: https://ci.appveyor.com/project/git-lfs/git-lfs/branch/master +[1]: https://github.com/git-lfs/git-lfs/workflows/CI/badge.svg [Git LFS](https://git-lfs.github.com) is a command line extension and [specification](docs/spec.md) for managing large files with Git.