diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..de2210c9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: dart \ No newline at end of file diff --git a/README.md b/README.md index 0f66a418..96e9f2f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # redis +[![Pub](https://img.shields.io/pub/v/angel_redis.svg)](https://pub.dartlang.org/packages/angel_redis) +[![build status](https://travis-ci.org/angel-dart/redis.svg)](https://travis-ci.org/angel-dart/redis) + Redis-enabled services for the Angel framework. `RedisService` can be used alone, *or* as the backend of a -[`CacheService`](https://angel-dart/cache), +[`CacheService`](https://github.com/angel-dart/cache), and thereby cache the results of calling an upstream database. ## Installation