Commit e36f7a63 by Carsten Brandt

better sudo

parent 4f155c9e
...@@ -20,7 +20,7 @@ install: ...@@ -20,7 +20,7 @@ install:
- tests/unit/data/travis/cubrid-setup.sh - tests/unit/data/travis/cubrid-setup.sh
- tests/unit/data/travis/sphinx-setup.sh - tests/unit/data/travis/sphinx-setup.sh
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - 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 - sudo service restart mongodb
before_script: before_script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment