Travis configuration, remove check certificate for ES

This commit is contained in:
Benoît Burnichon
2015-03-17 16:12:47 +01:00
parent 9a115726f4
commit ed9bdd6683

View File

@@ -12,7 +12,7 @@ services:
before_install:
- sudo apt-get purge elasticsearch
- >
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.deb &&
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
- sudo service elasticsearch start