Skip to content

Commit

Permalink
Activate Travis tests for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylchauf authored and JohnMcLear committed Dec 23, 2020
1 parent 2abdbd5 commit c55ec58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- redis
- cassandra
- elasticsearch
- mongodb
- rethinkdb

before_install:
Expand Down
8 changes: 4 additions & 4 deletions test/lib/databases.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ exports.databases = {
redis: {
hostname: '127.0.0.1',
},
/*mongodb: {
url: 'mongodb://localhost:3334',
dbName: 'meteor',
mongodb: {
url: 'mongodb://127.0.0.1:27017',
dbName: 'mydb_test',
speeds: {
count: 2000,
setMax: 0.2,
getMax: 0.05,
findKeyMax: 1,
removeMax: 0.3,
},
},*/
},
/*
couch: {
host: '127.0.0.1',
Expand Down

0 comments on commit c55ec58

Please sign in to comment.