Browse Source

lower_case_and_underscores webhook_url

kegan/text-logging
Kegan Dougal 8 years ago
parent
commit
6ee73d5c49
  1. 2
      src/github.com/matrix-org/go-neb/services/travisci/travisci.go

2
src/github.com/matrix-org/go-neb/services/travisci/travisci.go

@ -51,7 +51,7 @@ var httpClient = &http.Client{}
type Service struct {
types.DefaultService
// The URL which should be added to .travis.yml - Populated by Go-NEB after Service registration.
WebhookEndpointURL string
WebhookEndpointURL string `json:"webhook_url"`
// A map from Matrix room ID to Github-style owner/repo repositories.
Rooms map[string]struct {
// A map of "owner/repo" to configuration information

Loading…
Cancel
Save