lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Use Scrutinizer CI #15

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

Scrutinizer CI Scrutinizer CI is a continuous integration service which could run in combination with Travis CI (#14).

It is tailored specifically for PHP and combines many useful tools like PHP Analyzer, PHP Codesniffer, mess detector, PHPUnit Code Coverage and others.

It also provides badges for code coverage and overall quality.

It is free forever for all open-source repositories.