mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03: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
|
||||
|
||||
composer: clone_prestashop
|
||||
ifeq ($(COMPOSER_IN_TESTS),1)
|
||||
@cd $(PRESTASHOP_DIR) && git checkout $(BRANCH)
|
||||
ifeq ($(COMPOSER_IN_TESTS),1)
|
||||
@cd $(PRESTASHOP_DIR)/tests && composer install
|
||||
else
|
||||
@cd $(PRESTASHOP_DIR) && composer install --prefer-dist --no-interaction --no-progress
|
||||
|
Loading…
x
Reference in New Issue
Block a user