1
0
Fork 0
This commit is contained in:
Alex Kotov 2020-01-15 14:19:09 +05:00
parent 7ce51a221e
commit de3fdd99f5
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -46,6 +46,7 @@ before_install:
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb
- sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
- sudo systemctl restart elasticsearch.service || sudo journalctl -xe
install: script/setup --travis