config
This commit is contained in:
parent
652e622aa8
commit
a50dad20fa
|
@ -15,9 +15,11 @@ matrix:
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress
|
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- composer install
|
- composer install
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- composer global require "phpunit/phpunit=4.8.*|6.5.*"
|
||||||
|
- composer require woocommerce/woocommerce-sniffs
|
||||||
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue