Skip to content

Commit

Permalink
use elasticsearch 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jan 19, 2018
1 parent daceaad commit dbdef53
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 @@ -7,8 +7,8 @@ sudo: false
python:
- "3.4"

services:
- elasticsearch
before_install:
- curl -O https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.3.deb && sudo dpkg -i --force-confnew elasticsearch-1.7.3.deb && sudo service elasticsearch start

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements/testing.txt
Expand Down

0 comments on commit dbdef53

Please sign in to comment.