Show HN: Continuous Integration for PHP development
itscontinuous.com
Show HN: Continuous Integration for PHP development
1–5 of 5 posts
Re: Show HN: Continuous Integration for PHP development
#2Instead of looping continuously, it would be more efficient to run the tests only when file modification is detected.
Something like https://github.com/Maher4Ever/guard-phpunit
Re: Show HN: Continuous Integration for PHP development
#3Instead of looping continuously, it would be more efficient to run the tests only when file modification is detected. Something like https://github.com/Maher4Ever/guard-phpunit
Yeah, that's a really good point. I doubt it would fit in a tweet anymore, but it would be worth it. Thanks for the feedback and the link to Guard. I'll have to drop a link to that on the site.
Re: Show HN: Continuous Integration for PHP development
#4Instead of looping continuously, it would be more efficient to run the tests only when file modification is detected. Something like https://github.com/Maher4Ever/guard-phpunit
Okay, I've updated the "app" and it now only runs the tests when code has been modified. I'm using fswatch and the entire thing still fits into a tweet :)
Re: Show HN: Continuous Integration for PHP development
#5Suggestion: Muhafiz (Code guardion tool)