Skip to content

Commit

Permalink
adding build status icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed May 8, 2015
1 parent 556b112 commit 5ca772e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
kue-scheduler (WIP)
=====================
# kue-scheduler (WIP)

[![Build Status](https://travis-ci.org/lykmapipo/kue-scheduler.svg?branch=master)](https://travis-ci.org/lykmapipo/kue-scheduler)

A job scheduler for Kue

## Requirements
- Redis 2.8.0 or higher.

- Enabling keyspace notification using `redis-cli`
```sh
$ redis-cli config set notify-keyspace-events KEAxe
```

## Installation

```
$ npm install kue-scheduler
```

## Usage (WIP)

## License

(The MIT License)
Expand Down

0 comments on commit 5ca772e

Please sign in to comment.