Skip to content

Commit

Permalink
Integrate with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskn committed Jan 29, 2014
1 parent 26beebe commit 54b38df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
services:
- redis-server
node_js:
- 0.10
script: 'npm test'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Node.js API for storing and querying time series in Redis

[![Build Status][travis-image]][travis]

Convenient module for storing and querying time series statistics in Redis using Node.js.

The design (and even parts of the implementation) were picked from the [ApiAxle](http://blog.apiaxle.com/post/storing-near-realtime-stats-in-redis/) project.
Expand Down Expand Up @@ -87,3 +89,5 @@ When creating the `TimeSeries` client, you can override the default granularitie

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tonyskn/node-redis-timeseries/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

[travis]: http://travis-ci.org/tonyskn/node-redis-timeseries
[travis-image]: https://secure.travis-ci.org/tonyskn/node-redis-timeseries.png?branch=master

0 comments on commit 54b38df

Please sign in to comment.