From 7ca405068d4effa26c2c4425b69404830085aa9b 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 | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edf1de34..9233a05d 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 be619652..f01ae5a4 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 8eb92990..5ce6d6b4 100644 --- a/README.md +++ b/README.md @@ -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)