mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-06 22:53:34 +03:00
Update .travis.yml
This commit is contained in:
parent
1d3a2e34d9
commit
5ca68822e7
1 changed files with 8 additions and 10 deletions
18
.travis.yml
18
.travis.yml
|
@ -10,8 +10,6 @@ sudo: required
|
|||
dist: trusty
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
|
@ -32,11 +30,11 @@ before_script:
|
|||
script:
|
||||
- bash tests/bin/script.sh
|
||||
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: make
|
||||
on:
|
||||
php: 7.2
|
||||
branch: master
|
||||
condition: "$DEPLOY = true"
|
||||
#deploy:
|
||||
# skip_cleanup: true
|
||||
# provider: script
|
||||
# script: make
|
||||
# on:
|
||||
# php: 7.2
|
||||
# branch: master
|
||||
# condition: "$DEPLOY = true"
|
||||
|
|
Loading…
Add table
Reference in a new issue