Skip to content

Commit eb997d2

Browse files
committed
Update ES version to 7.3.0
1 parent d8c4de4 commit eb997d2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go:
44
- "1.11.x"
55
- "1.12.x"
6-
# - tip
6+
- tip
77
matrix:
88
allow_failures:
99
- go: tip
@@ -21,7 +21,6 @@ services:
2121
before_install:
2222
- if [[ "$TRAVIS_OS_NAME" == "linux" && ! $(which nc) ]] ; then sudo apt-get install -y netcat ; fi
2323
- sudo sysctl -w vm.max_map_count=262144
24-
# - docker run -d --rm -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" -e "bootstrap.memory_lock=true" -e "ES_JAVA_OPTS=-Xms1g -Xmx1g" docker.elastic.co/elasticsearch/elasticsearch:7.2.0 elasticsearch -Enetwork.host=_local_,_site_ -Enetwork.publish_host=_local_
2524
- docker-compose pull
2625
- docker-compose up -d
2726
- go get -u github.com/google/go-cmp/cmp

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.0
5+
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.0
66
hostname: elasticsearch
77
environment:
88
- cluster.name=elasticsearch
@@ -27,7 +27,7 @@ services:
2727
ports:
2828
- 9200:9200
2929
platinum:
30-
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
30+
image: docker.elastic.co/elasticsearch/elasticsearch:7.3.0
3131
hostname: elasticsearch-platinum
3232
environment:
3333
- cluster.name=platinum

0 commit comments

Comments
 (0)