From 6bf6d2f4e75be6aac954fce8c69b8e37caaaf0c7 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 18 Dec 2013 02:51:30 +0100 Subject: [PATCH] enable mongo textsearch on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41369b7..fc3be7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ install: - tests/unit/data/travis/cubrid-setup.sh - tests/unit/data/travis/sphinx-setup.sh - echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + - echo "textSearchEnabled=true" >> /etc/mongodb.conf + - sudo service restart mongodb before_script: - mysql -e 'CREATE DATABASE yiitest;';