Build status badge

This commit is contained in:
Magnus Hallin 2016-09-11 18:48:53 +02:00
parent 94d689fa82
commit 0578c85ac8
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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