Travis + badges

This commit is contained in:
Tobe O 2018-10-21 14:18:41 -04:00
parent 7b698db01c
commit 69dc9659fc
2 changed files with 5 additions and 1 deletions

1
.travis.yml Normal file
View file

@ -0,0 +1 @@
language: dart

View file

@ -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