travisci
Platypush documentation
travisci
- class platypush.backend.travisci.TravisciBackend(poll_seconds: Optional[float] = 60.0, *args, **kwargs)[source]
Bases:
Backend
This backend polls for new builds on a Travis-Ci account and triggers an event whenever a new build is completed.
Requires:
The
platypush.plugins.foursquare.FoursquarePlugin
plugin configured and enabled.
Triggers:
platypush.message.event.travisci.TravisciBuildPassedEvent
when the build of a project owned bythe user passes.
platypush.message.event.travisci.TravisciBuildFailedEvent
when the build of a project owned bythe user fails.