Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Brognoli committed Feb 15, 2019
1 parent 9063fce commit 52b1c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python

matrix:
include:
- env: ES_APT_URL=https://packages.elastic.co/elasticsearch/2.x/debian ES_DSL_VERS=2.2.0 ES_VERS=https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.4.2/elasticsearch-2.4.2.tar.gz
- env: ES_APT_URL=https://packages.elastic.co/elasticsearch/2.x/debian ES_DSL_VERS=2.2.0 ES_VERS=https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.2.1/elasticsearch-2.4.2.tar.gz
python: 3.6
- env: ES_APT_URL=https://artifacts.elastic.co/packages/5.x/apt ES_DSL_VERS=5.3.0 ES_VERS=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.0.tar.gz
python: 3.6
Expand All @@ -23,7 +23,7 @@ matrix:

before_install:
- mkdir /tmp/elasticsearch
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERS.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- wget -O - $ES_VERS | tar xz --directory=/tmp/elasticsearch --strip-components=1
- /tmp/elasticsearch/bin/elasticsearch -d
- sleep 25
- curl localhost:9200
Expand Down

0 comments on commit 52b1c1c

Please sign in to comment.