Build status badge
This commit is contained in:
parent
94d689fa82
commit
0578c85ac8
2 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@ matrix:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
||||||
script:
|
script:
|
||||||
cargo build --verbose
|
- cargo build --verbose
|
||||||
cargo build --features iron-handlers --verbose
|
- cargo build --features iron-handlers --verbose
|
||||||
|
|
||||||
cargo test --verbose --features iron-handlers
|
- cargo test --verbose --features iron-handlers
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
> GraphQL server library for Rust
|
> GraphQL server library for Rust
|
||||||
|
|
||||||
|
![build status](https://travis-ci.org/mhallin/juniper.svg?branch=master)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[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