We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333def9 commit e433c80Copy full SHA for e433c80
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
before_install:
16
- export NEOS_TARGET_VERSION=4.0
17
- cd ..
18
- - 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
+ - if [ "$ES" = 5 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.zip && unzip elasticsearch-5.6.15.zip && mv elasticsearch-5.6.15 elasticsearch; fi
19
- cd elasticsearch
20
- bin/elasticsearch -d
21
0 commit comments