We’ve gone through a decent number of tutorials about code quality, inspections, auto-build systems and so on here at SitePoint:
- PHP Quality Assurance with Jenkins [4-part series]
- PHP and Continuous Integration with Travis CI
- Visualize your Code Quality with PhpMetrics
- Continuous Integration with PHP-CI
In this article, we’ll take a look at Scrutinizer CI - a continuous integration tool that’s quite expensive and closed to private projects, but very handy for public ones.
Scrutinizer vs/+ Travis
Scrutinizer is kind of like your online version of Jenkins and the tools suggested in the 4-part series mentioned in the introduction of this post. It supports PHP, Ruby, Python and to an extent JavaScript out of the box.
Continue reading %Inspecting PHP Code Quality with Scrutinizer%
by Bruno Skvorc via SitePoint
No comments:
Post a Comment