1
0
mirror of synced 2025-01-19 01:11:42 +03:00
woocommerce-module/.travis.yml
Akolzin Dmitry b5b6419ca4 v3.0.0 (#60)
* Tests
* Travis
* Deployment script
2018-04-27 11:19:02 +03:00

37 lines
520 B
YAML

language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
env:
- WP_VERSION=latest WP_MULTISITE=0
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- 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:
php: 7.1
branch: master
condition: "$DEPLOY = true"