Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
Added phpcpd
Browse files Browse the repository at this point in the history
  • Loading branch information
klapuch committed Nov 17, 2016
1 parent e3dabd8 commit d2916ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ after_script:
script:
- ./vendor/bin/tester -p $PHP_BIN -o console -s $coverage ./Tests/
- ./vendor/bin/phpcs Core --standard=ruleset.xml -p
- ./vendor/bin/phpcpd Core

after_failure:
- for i in $(find Tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"nette/tester": "^1.7",
"ext-simplexml": "*",
"ext-dom": "*",
"object-calisthenics/phpcs-calisthenics-rules": "^2.0"
"object-calisthenics/phpcs-calisthenics-rules": "^2.0",
"sebastian/phpcpd": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2916ed

Please sign in to comment.