Add badges

This commit is contained in:
sharkdp 2017-09-27 21:47:41 +02:00
parent 60df14f0a3
commit 8073635177
3 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,10 @@ categories = ["command-line-utilities"]
license = "MIT"
exclude = ["benchmarks"]
[badges]
appveyor = { repository = "sharkdp/fd" }
travis-ci = { repository = "sharkdp/fd" }
[[bin]]
name = "fd"
path = "src/main.rs"

View File

@ -1,5 +1,6 @@
# fd
[![Build Status](https://travis-ci.org/sharkdp/fd.svg?branch=master)](https://travis-ci.org/sharkdp/fd)
[![Build status](https://ci.appveyor.com/api/projects/status/21c4p5fwggc5gy3j?svg=true)](https://ci.appveyor.com/project/sharkdp/fd)
[![Version info](https://img.shields.io/crates/v/fd-find.svg)](https://crates.io/crates/fd-find)
*fd* is a simple, fast and user-friendly alternative to

View File

@ -1,3 +1,5 @@
# Source: https://github.com/starkat99/appveyor-rust/
environment:
global:
PROJECT_NAME: fd