Open krakjoe opened 7 years ago
How would you imagine this will work?
E.g. !!travis register php/php-src master
and report when it fails?
Also what happens when it keeps failing? Keep reporting?
Or just only report on status change? pass -> fail or fail -> pass
How would you imagine this will work?
Magic, of course.
and report when it fails? Also what happens when it keeps failing? Keep reporting?
This is all part of the magic ...
As a rough guide, we should know when the status changes, or is actionable:
Success -> Fail: Notify - we need to do something Success -> Success: Ignore - we don't need to do anything Fail -> Success: Notify - we don't need to do anything, but we should know about it Fail -> Fail: Notify - we need to do something
Something like that ?
Watch travis, tell us when bad things happen ...
Some possible sources of inspiration: