Browse Source

sudo!

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
4f155c9e49
  1. 2
      .travis.yml

2
.travis.yml

@ -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
- 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:

Loading…
Cancel
Save