Corrected path to phpunit for Travis.

This commit is contained in:
Peter Fabian 2018-11-02 15:15:23 +01:00
parent e95cde4a3e
commit 97f3cf0cb5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ node_js:
before_script:
- phpenv config-rm xdebug.ini
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- export PATH="$WP_CORE_DIR/wp-content/plugins/wc-admin/vendor/bin:$PATH"
- bash bin/install-wp-tests.sh wc_admin_test root '' localhost $WP_VERSION
- bash bin/travis.sh before
- node --version