Skip to content

Commit e433c80

Browse files
kdambekalnsdaniellienert
authored andcommitted
TASK: Update Elasticsearch version for tests
1 parent 333def9 commit e433c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
before_install:
1616
- export NEOS_TARGET_VERSION=4.0
1717
- 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
18+
- 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
1919
- cd elasticsearch
2020
- bin/elasticsearch -d
2121
- cd ..

0 commit comments

Comments
 (0)