mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
test
This commit is contained in:
parent
7daa69fc17
commit
243b170fa7
4
Makefile
4
Makefile
@ -29,7 +29,7 @@ endif
|
||||
clone_prestashop:
|
||||
cd $(ROOT_DIR)/../ && git clone https://github.com/PrestaShop/PrestaShop
|
||||
|
||||
setup_apache: composer
|
||||
setup_apache:
|
||||
bash $(PRESTASHOP_DIR)/travis-scripts/setup-php-fpm.sh
|
||||
echo "* Preparing Apache ..."
|
||||
sudo a2enmod rewrite actions fastcgi alias
|
||||
@ -40,7 +40,7 @@ setup_apache: composer
|
||||
# Starting Apache
|
||||
sudo service apache2 restart
|
||||
|
||||
before_script: setup_apache
|
||||
before_script: composer
|
||||
ifneq ($(COMPOSER_IN_TESTS),1)
|
||||
ifeq ("$(wildcard $(PRESTASHOP_DIR)/tests/parameters.yml.travis)","")
|
||||
cd $(PRESTASHOP_DIR) && cp tests/parameters.yml.travis app/config/parameters.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user