Commit 2d4523dffda72662b6872ac393ee20e811eee7b1
Merge pull request #63 from srcagency/fix-travis-ci-badge
fix Travis CI badgeDominic Tarr authored on 8/31/2016, 4:14:17 AM
GitHub committed on 8/31/2016, 4:14:17 AM
Parent: bc368ad00cffc79fee33097a5a9f46fac5c6be78
Parent: 86aa25b57033c0018c6c301cb23888c7c3a7ba5d
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | data is pulled out of the source stream, into the destination. |
9 | 9 | `pull-stream` is a minimal take on streams, |
10 | 10 | pull streams work great for "object" streams as well as streams of raw text or binary data. |
11 | 11 | |
12 | -[![build status](https://secure.travis-ci.org/dominictarr/pull-stream.png)](http://travis-ci.org/dominictarr/pull-stream) | |
12 | +[![build status](https://secure.travis-ci.org/pull-stream/pull-stream.png)](https://travis-ci.org/pull-stream/pull-stream) | |
13 | 13 | |
14 | 14 | |
15 | 15 | ## Quick Example |
16 | 16 |
Built with git-ssb-web