File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ before_install:
2626 - export NEOS_TARGET_VERSION=2.3
2727 - cd ..
2828 - 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
29- - 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
30- - if [ "$ES" = 5 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.2 .zip && unzip elasticsearch-5.4.2 .zip && mv elasticsearch-5.4.2 elasticsearch; fi
29+ - if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6 .zip && unzip elasticsearch-2.4.6 .zip && mv elasticsearch-2.4.6 elasticsearch; fi
30+ - if [ "$ES" = 5 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.8 .zip && unzip elasticsearch-5.6.8 .zip && mv elasticsearch-5.6.8 elasticsearch; fi
3131 - cd elasticsearch
3232 - bin/elasticsearch -d
3333 - cd ..
You can’t perform that action at this time.
0 commit comments