Commit d474a69adf6468e15f7dc01804bce037d7ef98a8
1 parent
d4c1f2bc
Exists in
master
and in
21 other branches
Added mongodb to travis
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -4,6 +4,7 @@ rvm: | @@ -4,6 +4,7 @@ rvm: | ||
4 | - 2.0.0 | 4 | - 2.0.0 |
5 | services: | 5 | services: |
6 | - elasticsearch | 6 | - elasticsearch |
7 | + - mongodb | ||
7 | script: bundle exec rake test | 8 | script: bundle exec rake test |
8 | before_script: | 9 | before_script: |
9 | - psql -c 'create database searchkick_test;' -U postgres | 10 | - psql -c 'create database searchkick_test;' -U postgres |