mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
fix travis
This commit is contained in:
parent
30d7b1fac4
commit
9100c25ce2
@ -9,7 +9,12 @@ PRESTASHOP_DIR=$TRAVIS_BUILD_DIR/../PrestaShop
|
|||||||
cd $PRESTASHOP_DIR
|
cd $PRESTASHOP_DIR
|
||||||
|
|
||||||
if [ -z $BRANCH ]; then
|
if [ -z $BRANCH ]; then
|
||||||
|
if [ -f "tests/parameters.yml.travis" ]; then
|
||||||
cp tests/parameters.yml.travis app/config/parameters.yml
|
cp tests/parameters.yml.travis app/config/parameters.yml
|
||||||
|
else
|
||||||
|
cp tests-legacy/parameters.yml.travis app/config/parameters.yml
|
||||||
|
fi
|
||||||
|
|
||||||
bash travis-scripts/install-prestashop
|
bash travis-scripts/install-prestashop
|
||||||
else
|
else
|
||||||
bash travis-scripts/install-prestashop.sh
|
bash travis-scripts/install-prestashop.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user