diff --git a/.travis.yml b/.travis.yml index 7414cff..5c19800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,10 +46,9 @@ script: - | if [[ ! -z "$WP_VERSION" ]] ; then composer update - cd testing phpunit fi - | if [[ "$WP_TRAVISCI" == "phpcs" ]] ; then - phpcs --standard=testing/phpcs.ruleset.xml $(find . -name '*.php') + phpcs --standard=phpcs.ruleset.xml $(find . -name '*.php') fi