Merge pull request #149 from redis/travis-test

Setup Travis
This commit is contained in:
Pieter Noordhuis 2013-01-26 11:35:34 -08:00
commit fd38e55d71
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
script: make && make check

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/redis/hiredis.png)](https://travis-ci.org/redis/hiredis)
# HIREDIS
Hiredis is a minimalistic C client library for the [Redis](http://redis.io/) database.