mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 13:16:12 +01:00
[TASK] Enable elasticsearch version 6 for travis
This commit is contained in:
parent
7b5a0039ed
commit
35fdc6905f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- oracle-java8-set-default
|
- oracle-java8-set-default
|
||||||
before_install:
|
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 restart
|
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.1.deb && sudo service elasticsearch restart
|
||||||
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
|
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
Loading…
Reference in a new issue