travis needed redis
This commit is contained in:
parent
5325951106
commit
18f8fa980d
|
@ -1,5 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.1
|
rvm: 2.1
|
||||||
|
services:
|
||||||
|
- redis-server
|
||||||
before_script:
|
before_script:
|
||||||
- cp config/database.yml.postgres config/database.yml
|
- cp config/database.yml.postgres config/database.yml
|
||||||
- cp config/justask.yml.example config/justask.yml
|
- cp config/justask.yml.example config/justask.yml
|
||||||
|
|
Loading…
Reference in New Issue