Update config
This commit is contained in:
parent
a962e5e361
commit
44764de976
|
@ -1,6 +1,6 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
sudo: false
|
sudo: required
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -19,9 +19,10 @@ matrix:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- export PATH="$WP_CORE_DIR/wp-content/plugins/woocommerce-rest-api/vendor/bin:$PATH"
|
||||||
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||||
- bash unit-tests/bin/travis.sh before
|
- bash unit-tests/bin/travis.sh before
|
||||||
|
- timedatectl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash unit-tests/bin/phpunit.sh
|
- bash unit-tests/bin/phpunit.sh
|
||||||
|
|
Loading…
Reference in New Issue