Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Apr 22, 2015
1 parent ade83a4 commit d9be3ab
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ env:
global:
- WAIT_FOR_ES=1
matrix:
# last 1.0.X for bw compatibility
- ES_VERSION=1.0.3
- ES_VERSION=1.1.2
- ES_VERSION=1.2.4
- ES_VERSION=1.3.2
# two latest minor versions
- ES_VERSION=1.4.4
- ES_VERSION=1.5.1

install:
- mkdir /tmp/elasticsearch
- wget -O - https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- wget -O - https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.gateway.type=none -D es.index.store.type=memory -D es.discovery.zen.ping.multicast.enabled=false
- pip install git+https://github.com/elasticsearch/elasticsearch-py.git#egg=elasticsearch
- pip install git+https://github.com/elastic/elasticsearch-py.git#egg=elasticsearch
- pip install .

script:
- python setup.py test

notifications:
email:
recipients:
- honza.kral@gmail.com

0 comments on commit d9be3ab

Please sign in to comment.