switch badges to github actions

cargo badges does not support github actions yet:
https://github.com/rust-lang/crates.io/pull/1838
This commit is contained in:
Henrik Friedrichsen
2020-03-21 18:33:31 +01:00
parent ce31ebc25b
commit 7ca405068d
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Rust
name: Build
on:
push:

View File

@@ -11,7 +11,6 @@ readme = "README.md"
edition = "2018"
[badges]
travis-ci = { repository = "hrkfdn/ncspot", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]

View File

@@ -2,7 +2,7 @@
[![Crates.io](https://img.shields.io/crates/v/ncspot.svg)](https://crates.io/crates/ncspot)
[![Gitter](https://badges.gitter.im/ncspot/community.svg)](https://gitter.im/ncspot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.com/hrkfdn/ncspot.svg?token=DoBH2xZ13CfuTfqgEyp7&branch=master)](https://travis-ci.com/hrkfdn/ncspot)
[![Build](https://github.com/hrkfdn/ncspot/workflows/Build/badge.svg)](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild)
[![Snap Status](https://build.snapcraft.io/badge/popey/ncspot-snap.svg)](https://build.snapcraft.io/user/popey/ncspot-snap)
[![Packaging status](https://repology.org/badge/vertical-allrepos/ncspot.svg)](https://repology.org/project/ncspot/versions)