From b223a0ae5b3e9b8adff5deefc6690e5a3ae70f23 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Thu, 28 Feb 2019 14:53:03 +0300 Subject: [PATCH] update before script --- tests/bin/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/before_script.sh b/tests/bin/before_script.sh index 0c4b3dbe..a8c29e4d 100755 --- a/tests/bin/before_script.sh +++ b/tests/bin/before_script.sh @@ -5,7 +5,7 @@ if [ -d $TRAVIS_BUILD_DIR ]; then fi download() { - wget http://download.retailcrm.pro/download/modules/bitrix/bitrix.tar.gz + wget http://download.retailcrm.pro/modules/bitrix/bitrix.tar.gz gunzip bitrix.tar.gz rm bitrix.tar.gz