Add CI badges
This commit is contained in:
parent
416861418b
commit
9ca173f6bf
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,10 @@ categories = ["web-programming"]
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [ "iron-handlers" ]
|
features = [ "iron-handlers" ]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "mhallin/juniper" }
|
||||||
|
appveyor = { repository = "mhallin/juniper" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
|
@ -3,8 +3,10 @@
|
||||||
> GraphQL server library for Rust
|
> GraphQL server library for Rust
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/mhallin/juniper.svg?branch=master)](https://travis-ci.org/mhallin/juniper)
|
[![Build Status](https://travis-ci.org/mhallin/juniper.svg?branch=master)](https://travis-ci.org/mhallin/juniper)
|
||||||
|
[![Build status](https://ci.appveyor.com/api/projects/status/fq6m6e7dof6trrpf/branch/master?svg=true)](https://ci.appveyor.com/project/mhallin/juniper/branch/master)
|
||||||
[![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
|
[![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[GraphQL][graphql] is a data query language developed by Facebook intended to
|
[GraphQL][graphql] is a data query language developed by Facebook intended to
|
||||||
|
|
Loading…
Reference in a new issue