mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-08 11:31:59 +00:00
update travis config
This commit is contained in:
parent
f4c8000c8d
commit
4d94b95b9e
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue