mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-21 13:56:11 +01:00
Fix travis configuration
This commit is contained in:
parent
8eecdff01e
commit
b7084367ec
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
|||
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 restart
|
||||
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
|
||||
|
|
Loading…
Reference in a new issue