Bump elasticsearch version to 1.6.0

This commit is contained in:
Benoît Burnichon
2015-07-08 12:07:32 +02:00
parent 647f869b00
commit be320ea7a2
3 changed files with 8 additions and 8 deletions

View File

@@ -16,8 +16,8 @@ services:
before_install:
- composer self-update --no-progress --no-interaction
- sudo apt-get purge elasticsearch
- wget --no-check-certificate https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.deb && sudo dpkg -i --force-confnew elasticsearch-1.3.2.deb
- sudo /usr/share/elasticsearch/bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.3.0
- curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.6.0.deb && sudo dpkg -i --force-confnew elasticsearch-1.6.0.deb
- sudo /usr/share/elasticsearch/bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.6.0
- sudo service elasticsearch start
- echo 'session.cache_limiter = ""' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'extension="redis.so"' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/redis.ini