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
f4c8000c8d
commit
4d94b95b9e
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ setup_apache: composer
|
|||||||
|
|
||||||
before_script: setup_apache
|
before_script: setup_apache
|
||||||
ifneq ($(COMPOSER_IN_TESTS),1)
|
ifneq ($(COMPOSER_IN_TESTS),1)
|
||||||
ifneq ("$(wildcard $(PRESTASHOP_DIR)/tests/parameters.yml.travis)","")
|
ifeq ("$(wildcard $(PRESTASHOP_DIR)/tests/parameters.yml.travis)","")
|
||||||
@cd $(PRESTASHOP_DIR) && cp tests/parameters.yml.travis app/config/parameters.yml
|
@cd $(PRESTASHOP_DIR) && cp tests/parameters.yml.travis app/config/parameters.yml
|
||||||
else
|
else
|
||||||
@cd $(PRESTASHOP_DIR) && cp tests-legacy/parameters.yml.travis app/config/parameters.yml
|
@cd $(PRESTASHOP_DIR) && cp tests-legacy/parameters.yml.travis app/config/parameters.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user