summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-18 18:59:59 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-18 18:59:59 +0400
commit09753e52c59a398c027dca40ca26c9892b488b8e (patch)
tree2d39beff03c548f0b06d6d05f3da2becb2dad7ea /README.md
parentcb53210b7aab9de765bf10111c2135ae6f39aad7 (diff)
+ Add build status to readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00c3593..4fd4172 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,10 @@ Bencode (pronounced like B encode) is the encoding used by the peer-to-peer
8file sharing system BitTorrent for storing and transmitting loosely structured data. 8file sharing system BitTorrent for storing and transmitting loosely structured data.
9See full documentation at ```src/Data/BEncode.hs```. 9See full documentation at ```src/Data/BEncode.hs```.
10 10
11# Build Status
12
13[![Build Status][2]][3]
14
11[1]: http://htmlpreview.github.com/?https://github.com/fmap/bencoding/master/bench/comparison.html 15[1]: http://htmlpreview.github.com/?https://github.com/fmap/bencoding/master/bench/comparison.html
16[2]: https://travis-ci.org/fmap/bencoding.png
17[3]: https://travis-ci.org/fmap/bencoding