Skip to content

Commit

Permalink
metrics reports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Oct 23, 2017
1 parent 543e321 commit ff20a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ language: node_js
sudo: false

node_js:
- 0.10
- 0.11
- 0.12
- 4
- 5
- 6
- 7
- 8

matrix:
fast_finish: true
Empty file removed swap-pane
Empty file.
2 changes: 1 addition & 1 deletion templates/tools/_composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (project.license != '') { -%>
"phpcs-fix": "php-cs-fixer fix --verbose",
"phpcpd": "phpcpd <%= dir.src %>",
"phpmd": "phpmd <%= dir.src %> text unusedcode,naming,design,controversial,codesize",
"phpmetrics-report": "phpmetrics --report-html=build/metrics/index.html --offline src",<% if (project.phpVersion >= 7.0) { -%>
"phpmetrics-report": "phpmetrics --report-html=build/metrics --offline .",<% if (project.phpVersion >= 7.0) { -%>

"phpstan": "phpstan analyse --level 7<% if (project.phpVersion >= 7.1) { -%> -c phpstan.neon<% } -%> src",<% } %>
"phpunit": "phpunit",
Expand Down

0 comments on commit ff20a1e

Please sign in to comment.