From 9c76990a9396fb5081b7fb9a01efe3f1cf1193ed Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Fri, 9 Feb 2018 09:19:43 -0400 Subject: [PATCH] Looking for islandora --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ee3b094..b07f194c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: - mysql -e 'SET @@GLOBAL.wait_timeout=1200' script: - - find . -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \; + - find sites/all/modules/islandora -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \; - $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora - drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora - phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora