mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
BUGFIX: Grant necessary mysql permission to run ft
In order to run functional tests, we need to grand necessary permissions on travis.
This commit is contained in:
parent
646285b8b5
commit
9e64252a6a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ addons:
|
|||
- 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
|
||||
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
|
||||
|
||||
language: php
|
||||
|
||||
|
|
Loading…
Reference in a new issue