BUGFIX: Don't break travis because folder does not exist

This commit is contained in:
Daniel Siepmann 2016-12-09 19:57:23 +01:00
parent 3bd2b9c52d
commit 8dc373c0b2

View file

@ -11,7 +11,7 @@ typo3DatabaseHost ?= "127.0.0.1"
.PHONY: install
install:
rm .Build
rm -rf .Build
COMPOSER_PROCESS_TIMEOUT=1000 composer require -vvv --dev --prefer-source typo3/cms="$(TYPO3_VERSION)"
git checkout composer.json