diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2013-01-26 11:35:34 -0800 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2013-01-26 11:35:34 -0800 |
commit | fd38e55d7167048c7be01418db29bae19874a04b (patch) | |
tree | 669647e33fe8b754c9842a34d15bd393310e42d0 /README.md | |
parent | f05909cd53b1c0f983e2d645205d036784f0b39b (diff) | |
parent | ca64a41edb473c869d7bdca20c30e68508d396a3 (diff) |
Merge pull request #149 from redis/travis-test
Setup Travis
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/redis/hiredis.png)](https://travis-ci.org/redis/hiredis) + # HIREDIS Hiredis is a minimalistic C client library for the [Redis](http://redis.io/) database. |