mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 17:16:11 +01:00
BUGFIX: Don't break travis because folder does not exist
This commit is contained in:
parent
3bd2b9c52d
commit
8dc373c0b2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ typo3DatabaseHost ?= "127.0.0.1"
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
rm .Build
|
rm -rf .Build
|
||||||
COMPOSER_PROCESS_TIMEOUT=1000 composer require -vvv --dev --prefer-source typo3/cms="$(TYPO3_VERSION)"
|
COMPOSER_PROCESS_TIMEOUT=1000 composer require -vvv --dev --prefer-source typo3/cms="$(TYPO3_VERSION)"
|
||||||
|
|
||||||
git checkout composer.json
|
git checkout composer.json
|
||||||
|
|
Loading…
Reference in a new issue