Skip to content

Commit 5a352d8

Browse files
committed
TASK: Test against elasticsearch 7.9
1 parent 7c28dbc commit 5a352d8

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
@@ -26,7 +26,7 @@ before_install:
2626
- export NEOS_TARGET_VERSION=5.2
2727
- cd ..
2828
- 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
29-
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.8.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.8.0-linux-x86_64.tar.gz && mv elasticsearch-7.8.0 elasticsearch; fi
29+
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.9.0-linux-x86_64.tar.gz && mv elasticsearch-7.9.0 elasticsearch; fi
3030
- cd elasticsearch
3131
- bin/elasticsearch -d
3232
- cd ..

0 commit comments

Comments
 (0)