mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
7f36ed54ec
2 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- 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-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;'
|
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ install: clean
|
||||||
patch composer.json Tests/InstallPatches/composer.json.patch; \
|
patch composer.json Tests/InstallPatches/composer.json.patch; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMPOSER_PROCESS_TIMEOUT=1000 composer require -vv --dev $(sourceOrDist) typo3/cms="$(TYPO3_VERSION)"
|
COMPOSER_PROCESS_TIMEOUT=1000 composer require --dev $(sourceOrDist) typo3/cms="$(TYPO3_VERSION)"
|
||||||
git checkout composer.json
|
git checkout composer.json
|
||||||
|
|
||||||
cgl:
|
cgl:
|
||||||
|
|
Loading…
Reference in a new issue