mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-08 11:31:59 +00:00
Update before script
This commit is contained in:
parent
ad60c20cf9
commit
f2943d6f08
1 changed files with 5 additions and 1 deletions
|
@ -7,5 +7,9 @@ fi
|
|||
PRESTASHOP_DIR=$TRAVIS_BUILD_DIR/../PrestaShop
|
||||
|
||||
cd $PRESTASHOP_DIR
|
||||
cp tests/parameters.yml.travis app/config/parameters.yml
|
||||
|
||||
if [ -z $BRANCH ]; then
|
||||
cp tests/parameters.yml.travis app/config/parameters.yml
|
||||
fi
|
||||
|
||||
bash travis-scripts/install-prestashop
|
||||
|
|
Loading…
Add table
Reference in a new issue