Use MongoDB 2.4's text search with TravisCI
MongoDB hides it's text search behind a flag, that is disabled by default. To activate it for Travis you need to put this in your travis.yml
services: mongodb
before_install:
- "mongo --eval 'db.runCommand({setParameter: 1, textSearchEnabled: true})' admin"
Written by Thomas Peklak
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mongodb
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#