File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
rvm :
3
- - 2.1.5
3
+ - 2.1.5
4
4
cache : bundler
5
5
sudo : false
6
6
bundler_args : " --without development production"
7
7
services :
8
- - redis-server
8
+ - redis-server
9
+ - elasticsearch
9
10
before_script :
10
- - cp -f config/database.travis.yml config/database.yml
11
- - cp -f .env.example .env
12
- - bundle exec rake db:create:all
13
- - bundle exec rake db:schema:load
14
- - bundle exec rake db:migrate
15
- - bundle exec rake db:test:prepare
11
+ - cp -f config/database.travis.yml config/database.yml
12
+ - cp -f .env.example .env
13
+ - bundle exec rake db:create:all
14
+ - bundle exec rake db:schema:load
15
+ - bundle exec rake db:migrate
16
+ - bundle exec rake db:test:prepare
16
17
env :
17
18
global :
18
19
secure : X7TELzrdZJg8lph9n392igWcUfzWpNUb0wrYvKRIOj1Uz+vT9xrAdv8txJgA/HWwby7gNR3IOcoa3CamxyGCstBnrzKu/xKxk9BYpp5BSfSTLeKrTZf7X45kWc2w70VpgrYUgCmfT1xQxuC7WIgUeqiF7zn7XWogpv8jy6JrFC0=
You can’t perform that action at this time.
0 commit comments