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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Rust
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -11,7 +11,6 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "hrkfdn/ncspot", branch = "master" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://crates.io/crates/ncspot)
|
||||
[](https://gitter.im/ncspot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[](https://travis-ci.com/hrkfdn/ncspot)
|
||||
[](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild)
|
||||
[](https://build.snapcraft.io/user/popey/ncspot-snap)
|
||||
|
||||
[](https://repology.org/project/ncspot/versions)
|
||||
|
||||
Reference in New Issue
Block a user