woocommerce/plugins/woocommerce-admin/.travis.yml

37 lines
1019 B
YAML
Raw Normal View History

2018-09-24 16:25:06 +00:00
sudo: required
2018-09-21 13:06:16 +00:00
language: php
matrix:
include:
- name: "PHP 7.2 unit tests, PHP Coding standards check and JS tests"
php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress NODE_RELEASE=8.x RUN_PHPCS=1 RUN_JS=1
- name: "PHP 7.1 unit tests"
php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress NODE_RELEASE=8.x
- name: "PHP 7.0 unit tests"
php: 7.0
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress NODE_RELEASE=8.x
- name: "PHP 5.6 unit tests"
php: 5.6
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress NODE_RELEASE=8.x
node_js:
- "8"
2018-09-21 13:16:53 +00:00
2018-09-21 13:06:16 +00:00
before_script:
- phpenv config-rm xdebug.ini
2018-11-02 14:15:23 +00:00
- export PATH="$WP_CORE_DIR/wp-content/plugins/wc-admin/vendor/bin:$PATH"
2018-09-21 13:06:16 +00:00
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
- bash bin/travis.sh before
- node --version
- npm --version
- timedatectl
2018-09-24 16:25:06 +00:00
2018-04-17 21:03:14 +00:00
script:
- bash bin/js_lint_test.sh
2018-09-21 13:06:16 +00:00
- bash bin/phpunit.sh
- bash bin/phpcs.sh