prestashop-module/.travis.yml

35 lines
459 B
YAML
Raw Normal View History

2018-05-28 17:09:31 +03:00
language: php
sudo: false
php:
- 5.6
2018-05-30 09:58:53 +03:00
- 7.0
- 7.1
- 7.2
2018-05-28 17:09:31 +03:00
2018-05-30 09:58:53 +03:00
matrix:
include:
- php: 5.6
env: BRANCH=1.6.1.x
- php: 7.0
env: BRANCH=1.6.1.x
- php: 7.1
env: BRANCH=1.6.1.x
2018-05-28 17:09:31 +03:00
before_script:
2018-05-29 13:15:18 +03:00
- bash tests/bin/clone_prestashop.sh
2018-05-30 09:58:53 +03:00
- bash tests/bin/before_script.sh
2018-05-28 17:09:31 +03:00
script:
2018-05-29 13:15:18 +03:00
- bash tests/bin/script.sh
2018-05-28 17:09:31 +03:00
deploy:
skip_cleanup: true
provider: script
script: make
on:
2018-05-30 10:30:06 +03:00
php: 7.2
2018-05-28 17:09:31 +03:00
branch: master
condition: "$DEPLOY = true"