Open peter-gribanov opened 10 years ago
But Scrutinizer CI isn't continuous integration server, like Travis CI. It doesn't run tests or execute your app code. You should do all the hard work on CI server and then report results back to Scrutinizer CI.
@peter-gribanov, could you link to the inspection where this happened? I assume it was while determining dependencies?
@aik099, yes, and no; we mostly offer both options for private projects at least.
@schmittjoh yes, the error occurs during the operation "PHP Analyzer: Determining Dependencies". link
I have many other projects that work on this scheme, and they have no problem. The only problem with this package because of the dependence of the Tidy.
My package parses the page of another resource. Unfortunately the HTML code of resource is not valid. I have to use PHP Tidy to make valid HTML and parse it.
I want to use the service Scrutinizer for the analysis and testing of the package, but unfortunately i can not. When building the package i get error: