From 43b54b5c45eb3bad6c57138d9027bee553296c69 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sat, 21 Mar 2020 18:33:31 +0100 Subject: [PATCH] switch badges to github actions cargo badges does not support github actions yet: https://github.com/rust-lang/crates.io/pull/1838 --- .github/workflows/build.yml | 2 +- Cargo.toml | 1 - README.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edf1de345..9233a05d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Rust +name: Build on: push: diff --git a/Cargo.toml b/Cargo.toml index be619652d..f01ae5a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ readme = "README.md" edition = "2018" [badges] -travis-ci = { repository = "hrkfdn/ncspot", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] diff --git a/README.md b/README.md index 8eb92990d..e88ac84f7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,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 Status](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)