diff --git a/.travis.yml b/.travis.yml index f3ab4715..9a77f0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby rvm: 2.1 +services: + - redis-server before_script: - cp config/database.yml.postgres config/database.yml - cp config/justask.yml.example config/justask.yml