Skip to content

Commit 8c6fb91

Browse files
Merge pull request #347 from daniellienert/task/test-against-es-7.9
TASK: Test against Elasticsearch 7.9
2 parents c270ef4 + 5a352d8 commit 8c6fb91

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)