Travis + badges
This commit is contained in:
parent
7b698db01c
commit
69dc9659fc
2 changed files with 5 additions and 1 deletions
1
.travis.yml
Normal file
1
.travis.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
language: dart
|
|
@ -1,7 +1,10 @@
|
||||||
# redis
|
# 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.
|
Redis-enabled services for the Angel framework.
|
||||||
`RedisService` can be used alone, *or* as the backend of a
|
`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.
|
and thereby cache the results of calling an upstream database.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in a new issue