Skip to content

Commit 78e8263

Browse files
author
Jim Porter
committed
Add Travis badge
1 parent 1c0d90e commit 78e8263

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bencode.hpp
22

3+
[![Travis build status][travis-image]][travis-link]
4+
35
**bencode.hpp** is a small, header-only C++ library for parsing and generating
46
[bencoded](https://en.wikipedia.org/wiki/Bencode) data.
57

@@ -103,3 +105,6 @@ memory will live until the encoding function returns.
103105
## License
104106

105107
This library is licensed under the BSD 3-Clause license.
108+
109+
[travis-image]: https://travis-ci.org/jimporter/bencode.hpp.svg?branch=master
110+
[travis-link]: https://travis-ci.org/jimporter/bencode.hpp

0 commit comments

Comments
 (0)