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