From c6b2621160f7a81d991cf994bb6e4b0146f649a6 Mon Sep 17 00:00:00 2001 From: Danny Lamb Date: Tue, 29 Nov 2016 03:33:35 +0000 Subject: [PATCH] Playing with phpcs options --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86835b64..320a92b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: script: - $ISLANDORA_DIR/tests/scripts/line_endings.sh . - - php vendor/bin/phpcs --standard=Drupal *.module *.php --exclude=vendor . + - php vendor/bin/phpcs --standard=Drupal --file-list=*.module,*.php --ignore=tests,vendor . - php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=vendor . notifications: