Run composer under WP_CORE_DIR in Travis.

This commit is contained in:
Peter Fabian 2018-11-02 12:52:28 +01:00
parent b482b3b354
commit 1164a08e07
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
if [ $1 == 'before' ]; then
cd "$WP_CORE_DIR/wp-content/plugins/wc-admin/"
composer global require "phpunit/phpunit=6.*"
if [[ ${RUN_PHPCS} == 1 ]]; then