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:
Daniel Siepmann 2017-08-08 09:57:56 +02:00
parent 646285b8b5
commit 9e64252a6a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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