Skip to content

Commit

Permalink
Add redis to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jul 13, 2015
1 parent 28edc95 commit a7da48e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: java
jdk:
- oraclejdk8
services: mongodb
services:
- mongodb
- redis

install: true
before_script:
Expand Down

0 comments on commit a7da48e

Please sign in to comment.