2018-04-27 11:19:02 +03:00
|
|
|
language: php
|
|
|
|
|
2019-07-17 17:47:11 +03:00
|
|
|
dist: trusty
|
|
|
|
|
2018-04-27 11:19:02 +03:00
|
|
|
sudo: false
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.6
|
|
|
|
- 7.0
|
|
|
|
- 7.1
|
|
|
|
|
|
|
|
env:
|
|
|
|
- WP_VERSION=latest WP_MULTISITE=0
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
include:
|
|
|
|
- php: 7.2
|
|
|
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- bash tests/bin/install.sh wc_retailcrm_test root '' localhost $WP_VERSION
|
|
|
|
|
|
|
|
script:
|
|
|
|
- bash tests/bin/script.sh
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
skip_cleanup: true
|
|
|
|
provider: script
|
|
|
|
script: make
|
|
|
|
on:
|
2018-07-19 12:16:30 +03:00
|
|
|
php: 7.2
|
2018-04-27 11:19:02 +03:00
|
|
|
branch: master
|
|
|
|
condition: "$DEPLOY = true"
|