Skip to content

Commit

Permalink
chore(ci) add Redis as a Travis-ci service
Browse files Browse the repository at this point in the history
Needed for rate-limiting plugins integration tests with the Redis
strategy.

From #3293

Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
  • Loading branch information
mengskysama authored and thibaultcha committed Mar 20, 2018
1 parent cc74ba5 commit 65bba34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jdk:
notifications:
email: false

services:
- redis-server

addons:
postgresql: "9.4"
apt:
Expand Down

0 comments on commit 65bba34

Please sign in to comment.