forked from platypush/platypush
10 lines
340 B
YAML
10 lines
340 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.travisci.TravisciBuildFailedEvent: when the build of a
|
|
project owned bythe user fails.
|
|
platypush.message.event.travisci.TravisciBuildPassedEvent: when the build of a
|
|
project owned bythe user passes.
|
|
install:
|
|
pip: []
|
|
package: platypush.backend.travisci
|
|
type: backend
|