Update travis

This commit is contained in:
Nicolas Le Goff
2015-03-12 15:04:46 +01:00
parent 7596ddc5d2
commit ae7b830187

View File

@@ -5,16 +5,16 @@ env:
- 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
- sudo apt-get purge elasticsearch
- curl -O 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
- sudo service elasticsearch start
services:
- mysql
- memcached
- redis
- elasticsearch
before_script:
- node --version