Add support for Travis CI

This commit is contained in:
Darren Shepherd
2014-01-28 15:32:45 -07:00
parent 8d79bdef26
commit 7dc03cea1d
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
PATH := ./redis-git/src:${PATH}
define REDIS1_CONF
daemonize yes
port 6379
@@ -254,4 +256,8 @@ release:
mvn release:perform
make stop
travis-install:
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git redis-git || true
make -C redis-git -j4
.PHONY: test