Browse Source

Update ES and Go versions in the matrix

tags/v1.0.0
Paul Bonser 9 years ago
parent
commit
538861b257
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml View File

@@ -4,6 +4,7 @@ go:
- 1.1
- 1.2
- 1.3
- 1.4.2
- tip

env:
@@ -11,10 +12,14 @@ env:
- ES_VERSION=1.0.3
- ES_VERSION=1.1.2
- 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:
- 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
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &



Loading…
Cancel
Save