Skip to content

Commit

Permalink
Remove asterisks from phpcpd command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed Sep 14, 2022
1 parent 195a64f commit 257b9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ checkReturn $?
phpcs --standard=Drupal --ignore=*.md,*-min.css --extensions=php,module,inc,install,test,profile,theme,css,info $GITHUB_WORKSPACE/build_dir
checkReturn $?

phpcpd --suffix *.module --suffix *.inc --suffix *.install --suffix *.test --suffix *.php $GITHUB_WORKSPACE/build_dir
phpcpd --suffix .module --suffix .inc --suffix .install --suffix .test --suffix .php $GITHUB_WORKSPACE/build_dir
checkReturn $?

exit $OUTPUT

0 comments on commit 257b9a8

Please sign in to comment.