Skip to content

Commit 6a9f364

Browse files
committed
TASK: Update travis config to use ES 7.6
1 parent 13a875c commit 6a9f364

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
@@ -22,7 +22,7 @@ before_install:
2222
- export NEOS_TARGET_VERSION=5.1
2323
- cd ..
2424
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
25-
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.2-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.5.2-linux-x86_64.tar.gz && mv elasticsearch-7.5.2 elasticsearch; fi
25+
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.6.0-linux-x86_64.tar.gz && mv elasticsearch-7.6.0 elasticsearch; fi
2626
- cd elasticsearch
2727
- bin/elasticsearch -d
2828
- cd ..

0 commit comments

Comments
 (0)