Add proper elasticsearch configuration in .travis.yml

This commit is contained in:
Benoît Burnichon
2015-03-11 16:40:34 +01:00
parent 2366cf7c9a
commit 345dfbdc2c

View File

@@ -4,6 +4,12 @@ env:
- SETUP_MODE=update
- SETUP_MODE=install
before_install:
- >
wget 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
services:
- mysql
- memcached