Setup ES 6.2.4 in Travis CI

This commit is contained in:
Thomas Patzke 2018-05-01 00:23:48 +02:00
parent e411039b56
commit a1c32123f1

View File

@ -6,6 +6,8 @@ python:
services: services:
- elasticsearch - elasticsearch
cache: pip cache: pip
before_install:
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.2.4.deb && sudo service elasticsearch restart
install: install:
- pip install -r tools/requirements-devel.txt - pip install -r tools/requirements-devel.txt
script: script: