Skip to content

Commit

Permalink
Merge 6536f20 into 3f58e5e
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Aug 22, 2019
2 parents 3f58e5e + 6536f20 commit a877a5e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# futures-async-combinators

[![Build Status](https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master)](https://travis-ci.com/kpp/futures-async-combinators)
[![Coverage Status](https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master)](https://coveralls.io/github/kpp/futures-async-combinators?branch=master)
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][cov-badge]][cov-url]
[![Docs][doc-badge]][doc-url]

[travis-badge]: https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master
[travis-url]: https://travis-ci.com/kpp/futures-async-combinators
[cov-badge]: https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master
[cov-url]: https://coveralls.io/github/kpp/futures-async-combinators?branch=master
[doc-badge]: https://docs.rs/futures-async-combinators/badge.svg
[doc-url]: https://docs.rs/futures-async-combinators

FOR LEARNING PURPOSES ONLY

Expand Down

0 comments on commit a877a5e

Please sign in to comment.