Update travis

This commit is contained in:
Benoît Burnichon
2015-03-13 11:24:53 +01:00
parent ef4b61229e
commit 9c9777ea7f

View File

@@ -4,19 +4,19 @@ env:
- SETUP_MODE=update
- SETUP_MODE=install
before_install:
- sudo apt-get purge elasticsearch
- >
curl 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
before_install:
- sudo apt-get purge elasticsearch
- >
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 service elasticsearch start
before_script:
- node --version
- npm --version