Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2016-08-04 22:54:34 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-08-04 22:54:34 +0300
commitd67301dafa04202a2d439339f4a9de47b8be2cf7 (patch)
tree12a9f3ee7d52954b79c0cbe7508f7c4b343914e9 /README.markdown
parent141893ea26bc473c315b12411f0708b5d388353e (diff)
Travis-CI widget.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index c82df85a..4eb760f2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,7 @@
# PhpRedis
+[![Build Status](https://travis-ci.org/phpredis/phpredis.svg?branch=develop)](https://travis-ci.org/phpredis/phpredis)
+
The phpredis extension provides an API for communicating with the [Redis](http://redis.io/) key-value store. It is released under the [PHP License, version 3.01](http://www.php.net/license/3_01.txt).
This code has been developed and maintained by Owlient from November 2009 to March 2011.