From e36f7a63c574bbeb4bc7b313db01701df59255bc Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 18 Dec 2013 03:19:54 +0100 Subject: [PATCH] better sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69ba417..beb7776 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ 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 - - sudo echo "textSearchEnabled=true" >> /etc/mongodb.conf + - sudo 'echo "textSearchEnabled=true" >> /etc/mongodb.conf' - sudo service restart mongodb before_script: