Skip to content

Commit

Permalink
Add Redis server to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
purrgrammer committed Sep 25, 2018
1 parent 6e25b04 commit 2309ddc
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 @@ -26,3 +26,6 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
- sbt ++$TRAVIS_SCALA_VERSION orgAfterCISuccess

services:
- redis-server

0 comments on commit 2309ddc

Please sign in to comment.