File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ sudo: false
1313before_install :
1414 - export NEOS_TARGET_VERSION=2.3
1515 - cd ..
16- - if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5 .zip && unzip elasticsearch-1.7.5 .zip && mv elasticsearch-1.7.5 elasticsearch; fi
17- - if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.3 .zip && unzip elasticsearch-2.4.3 .zip && mv elasticsearch-2.4.3 elasticsearch; fi
16+ - if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.6 .zip && unzip elasticsearch-1.7.6 .zip && mv elasticsearch-1.7.6 elasticsearch; fi
17+ - if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.5 .zip && unzip elasticsearch-2.4.5 .zip && mv elasticsearch-2.4.5 elasticsearch; fi
1818 - cd elasticsearch
1919 - bin/elasticsearch -d
2020 - cd ..
You can’t perform that action at this time.
0 commit comments