Add redis for the bus sample

This commit is contained in:
Dave Syer
2016-02-12 15:27:49 +00:00
parent c832cc87d6
commit 0fcded79b3

View File

@@ -5,6 +5,8 @@ cache:
language: java
jdk:
- oraclejdk7
services:
- redis-server
before_install:
- git config user.name "$GIT_NAME"
- git config user.email "$GIT_EMAIL"