Merge pull request #15 from pmsipilot/fix-deploy
chore: Deploy only on PHP 7.1
This commit is contained in:
commit
0f197f1251
1 changed files with 2 additions and 0 deletions
|
@ -41,8 +41,10 @@ deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ci/deploy.sh
|
script: ci/deploy.sh
|
||||||
on:
|
on:
|
||||||
|
php: 7.1
|
||||||
all_branches: master
|
all_branches: master
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ci/deploy.sh
|
script: ci/deploy.sh
|
||||||
on:
|
on:
|
||||||
|
php: 7.1
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue