From ee03521da665e5a328fc4ff50a739873910ea295 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sat, 16 Mar 2019 11:33:44 +0200 Subject: [PATCH] TravisCI badges --- Cargo.toml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dcb32b1..0762255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ documentation = "https://docs.rs/id3-image/latest/id3_image" keywords = [ "id3", "mp3", "images" ] categories = [ "command-line-utilities", "filesystem", "multimedia" ] +[badges] +travis-ci = { repository = "AndrewRadev/id3-image" } + [dependencies] id3 = "0.3.0" image = "0.21.0" diff --git a/README.md b/README.md index 4183a34..ef03849 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/AndrewRadev/id3-image.svg?branch=master)](https://travis-ci.org/AndrewRadev/id3-image) + This tool wraps the [rust-id3](https://github.com/jameshurst/rust-id3) library to provide an easy way to manipulate embedded cover art in an mp3 file. The embedded image usually gets picked up by music players and thumbnail generators. The project was made for my own personal usage, so it likely makes assumptions that are not ideal for all cases. If it doesn't work for you, please open [a github issue](https://github.com/AndrewRadev/id3-image/issues).