mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:36:10 +01:00
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:
parent
1a41c5e237
commit
bb9e29574f
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
|
@ -49,7 +58,6 @@ matrix:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- elasticsearch
|
|
||||||
|
|
||||||
install: make install
|
install: make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue