Commit abc5edab55ca46657e4ccea552838b9b8d96757f
1 parent
2dbc476a
Exists in
master
and in
4 other branches
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,6 +16,7 @@ rvm: | ||
16 | - 2.0.0 | 16 | - 2.0.0 |
17 | services: | 17 | services: |
18 | - mysql | 18 | - mysql |
19 | + - redis-server | ||
19 | before_script: | 20 | before_script: |
20 | - "cp config/database.yml.$DB config/database.yml" | 21 | - "cp config/database.yml.$DB config/database.yml" |
21 | - "cp config/gitlab.yml.example config/gitlab.yml" | 22 | - "cp config/gitlab.yml.example config/gitlab.yml" |