Commit abc5edab55ca46657e4ccea552838b9b8d96757f

Authored by Dmitriy Zaporozhets
1 parent 2dbc476a

Enable redis in travis

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -16,6 +16,7 @@ rvm:
16 16 - 2.0.0
17 17 services:
18 18 - mysql
  19 + - redis-server
19 20 before_script:
20 21 - "cp config/database.yml.$DB config/database.yml"
21 22 - "cp config/gitlab.yml.example config/gitlab.yml"
... ...