TASK: Use elasticsearch 5.2 on travis

* As we make use of newer features that are incompatible with travis own
  elasticsearch version 1.x.
This commit is contained in:
Daniel Siepmann 2017-06-06 14:25:03 +02:00
parent 1a41c5e237
commit bb9e29574f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,3 +1,12 @@
sudo: true
addons:
apt:
packages:
- oracle-java8-set-default
before_install:
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.deb && sudo dpkg -i --force-confnew elasticsearch-5.2.0.deb && sudo service elasticsearch start
language: php
php:
@ -49,7 +58,6 @@ matrix:
services:
- mysql
- elasticsearch
install: make install