diff options
author | Marshmallow <xiongnemo@126.com> | 2020-09-11 15:31:14 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-11 12:43:30 -0700 |
commit | 60a5a1176d21a243275ad9d4b2285e973c2c6978 (patch) | |
tree | 661c8c4786feb9c95a22d4c8fa2be13dd50cc39a | |
parent | 83c84fdc8b667a3b9cdd3213677c36dbfb4775ff (diff) | |
download | subsurface-60a5a1176d21a243275ad9d4b2285e973c2c6978.tar.gz |
project-infrastructure: update workflow badges in README
Remove old Travis CI badge, use GitHub workflow status badge instead as now we use GitHub Action.
Signed-off-by: Nemo Xiong <xiongnemo@126.com>
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ -# Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](https://travis-ci.org/Subsurface-divelog/subsurface) +# Subsurface + +![Build Status](https://github.com/subsurface/subsurface/workflows/Android/badge.svg) + +![Build Status](https://github.com/subsurface/subsurface/workflows/Mac/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/iOS/badge.svg) + +![Build Status](https://github.com/subsurface/subsurface/workflows/Windows/badge.svg) + +![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2014.04%20/%20Qt%205.12%20for%20AppImage/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2019.10%20/%20Qt%205.12/badge.svg) This is the README file for Subsurface 4.9.6 |