mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
update travis config
This commit is contained in:
parent
8eb5e83b11
commit
f4c8000c8d
2
Makefile
2
Makefile
@ -19,8 +19,8 @@ delete_archive:
|
|||||||
rm -f /tmp/retailcrm.zip
|
rm -f /tmp/retailcrm.zip
|
||||||
|
|
||||||
composer: clone_prestashop
|
composer: clone_prestashop
|
||||||
ifeq ($(COMPOSER_IN_TESTS),1)
|
|
||||||
@cd $(PRESTASHOP_DIR) && git checkout $(BRANCH)
|
@cd $(PRESTASHOP_DIR) && git checkout $(BRANCH)
|
||||||
|
ifeq ($(COMPOSER_IN_TESTS),1)
|
||||||
@cd $(PRESTASHOP_DIR)/tests && composer install
|
@cd $(PRESTASHOP_DIR)/tests && composer install
|
||||||
else
|
else
|
||||||
@cd $(PRESTASHOP_DIR) && composer install --prefer-dist --no-interaction --no-progress
|
@cd $(PRESTASHOP_DIR) && composer install --prefer-dist --no-interaction --no-progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user