From cf467c859de42663538af3ce65bb0c62a66e0e1b Mon Sep 17 00:00:00 2001 From: James Ward Date: Sat, 6 Jul 2019 13:31:39 +0100 Subject: [PATCH] +Updated Travis build commands --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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