From f2943d6f08fe58fd740f4441a599c41042201319 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 30 May 2018 10:14:25 +0300 Subject: [PATCH] Update before script --- tests/bin/before_script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/bin/before_script.sh b/tests/bin/before_script.sh index 05799b4..9fe7261 100644 --- a/tests/bin/before_script.sh +++ b/tests/bin/before_script.sh @@ -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