mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Setup ES 6.2.4 in Travis CI
This commit is contained in:
parent
e411039b56
commit
a1c32123f1
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user