hrphp / hrphp-framework

A tutorial project for developers interested in learning more about PHP web development frameworks.
MIT License
1 stars 1 forks source link

Travis CI, Coveralls & Scrutinizer support #9

Closed chadicus closed 9 years ago

chadicus commented 9 years ago

@guillermoandrae will have to set up the various service hooks if he accepts this pull request.

guillermoandrae commented 9 years ago

It makes sense to have Scrutinizer fail the build if the changes don't pass the style check. Can you remove that from the phing configuration file? Also, can you add the configuration settings necessary to fail the build as per https://scrutinizer-ci.com/docs/configuration/build_status? I'll work on getting everything set up in the meantime.

chadicus commented 9 years ago

Okay, i added the section in the scrutinizer config file. I pretty much added everything from the sample except for the coverage as coveralls will handle that.

guillermoandrae commented 9 years ago

@chadicus - this won't build, bruh. See this (incredibly annoying) thread.