Update ES and Go versions in the matrix
This commit is contained in:
parent
7a434d562f
commit
538861b257
@ -4,6 +4,7 @@ go:
|
|||||||
- 1.1
|
- 1.1
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- 1.4.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -11,10 +12,14 @@ env:
|
|||||||
- ES_VERSION=1.0.3
|
- ES_VERSION=1.0.3
|
||||||
- ES_VERSION=1.1.2
|
- ES_VERSION=1.1.2
|
||||||
- ES_VERSION=1.2.1
|
- ES_VERSION=1.2.1
|
||||||
|
- ES_VERSION=1.3.4
|
||||||
|
- ES_VERSION=1.4.4
|
||||||
|
- ES_VERSION=1.5.2
|
||||||
|
- ES_VERSION=1.6.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir ${HOME}/elasticsearch
|
- mkdir ${HOME}/elasticsearch
|
||||||
- wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
|
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-{ES_VERSION}.tar.gz
|
||||||
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
|
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
|
||||||
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &
|
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user