Skip to content

Commit 0578c85

Browse files
committed
Build status badge
1 parent 94d689f commit 0578c85

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- rust: nightly
1010

1111
script:
12-
cargo build --verbose
13-
cargo build --features iron-handlers --verbose
12+
- cargo build --verbose
13+
- cargo build --features iron-handlers --verbose
1414

15-
cargo test --verbose --features iron-handlers
15+
- cargo test --verbose --features iron-handlers

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> GraphQL server library for Rust
44
5+
![build status](https://travis-ci.org/mhallin/juniper.svg?branch=master)
6+
57
---
68

79
[GraphQL][graphql] is a data query language developed by Facebook intended to

0 commit comments

Comments
 (0)