From e6cb85bbb19852423a02715b13645c935afc3e4a Mon Sep 17 00:00:00 2001 From: jonathangreen Date: Thu, 11 Apr 2013 00:25:30 -0300 Subject: [PATCH] Updated phpcpd command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a42dda0..7ded78f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ before_install: script: - ant -buildfile sites/all/modules/islandora/build.xml lint - drush dcs sites/all/modules/islandora - - phpcpd sites/all/modules/islandora + - phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora - drush test-run --uri=http://localhost:8081 Islandora