Commit 86aa25b57033c0018c6c301cb23888c7c3a7ba5d
fix Travis CI badge
Thomas Jensen committed on 8/30/2016, 12:47:30 PMParent: 48f11ee4bbabe3ee3bf0c9e02f75c39456e53582
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