Skip to content

Commit 1dd2ecf

Browse files
committed
bump travis for ES 7.5.1
1 parent 6c5ff98 commit 1dd2ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
- TEST_ES_CONNECTION=RequestsHttpConnection
1818

1919
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
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.5.1
2121

2222
install:
2323
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch

0 commit comments

Comments
 (0)