woocommerce/.travis.yml

31 lines
535 B
YAML
Raw Normal View History

2014-09-01 06:03:52 +00:00
language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- WP_VERSION=latest WP_MULTISITE=0
2015-08-19 07:45:42 +00:00
- WP_VERSION=4.3 WP_MULTISITE=0
2015-04-23 16:18:20 +00:00
- WP_VERSION=4.2 WP_MULTISITE=0
- WP_VERSION=4.1 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=0
2014-09-01 06:03:52 +00:00
matrix:
include:
- php: 5.3
env: WP_VERSION=latest WP_MULTISITE=1
2014-09-01 06:03:52 +00:00
before_script:
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
- bash tests/bin/travis.sh before
2014-09-01 06:03:52 +00:00
script: phpunit -c phpunit.xml.dist
after_script:
- bash tests/bin/travis.sh after