mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-08 11:31:59 +00:00
Update script for travis
This commit is contained in:
parent
f2943d6f08
commit
5fa0d18692
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,6 @@ deploy:
|
|||
provider: script
|
||||
script: make
|
||||
on:
|
||||
php: 5.6
|
||||
php: 7.2
|
||||
branch: master
|
||||
condition: "$DEPLOY = true"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue