We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5ff98 commit 1dd2ecfCopy full SHA for 1dd2ecf
.travis.yml
@@ -17,7 +17,7 @@ env:
17
- TEST_ES_CONNECTION=RequestsHttpConnection
18
19
before_install:
20
- - docker run --rm --detach --publish 9200:9200 --env "discovery.type=single-node" -e path.repo=/tmp -e "repositories.url.allowed_urls=http://*" -e node.attr.testattr=test -e node.name=test --name elasticsearch docker.elastic.co/elasticsearch/elasticsearch:7.4.0
+ - docker run --rm --detach --publish 9200:9200 --env "discovery.type=single-node" -e path.repo=/tmp -e "repositories.url.allowed_urls=http://*" -e node.attr.testattr=test -e node.name=test --name elasticsearch docker.elastic.co/elasticsearch/elasticsearch:7.5.1
21
22
install:
23
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
0 commit comments