From 5fa0d18692ea48b3b1947636beb99e8b0e84a127 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 30 May 2018 10:30:06 +0300 Subject: [PATCH] Update script for travis --- .travis.yml | 2 +- tests/bin/before_script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf9d0d4..be7b2d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,6 @@ deploy: provider: script script: make on: - php: 5.6 + php: 7.2 branch: master condition: "$DEPLOY = true" diff --git a/tests/bin/before_script.sh b/tests/bin/before_script.sh index 9fe7261..efd0fea 100644 --- a/tests/bin/before_script.sh +++ b/tests/bin/before_script.sh @@ -12,4 +12,4 @@ if [ -z $BRANCH ]; then cp tests/parameters.yml.travis app/config/parameters.yml fi -bash travis-scripts/install-prestashop +bash travis-scripts/install-prestashop.sh