mirror of https://github.com/matrix-org/go-neb.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
517 B
18 lines
517 B
language: go
|
|
go:
|
|
- 1.7
|
|
install:
|
|
- go get github.com/constabulary/gb/...
|
|
- go get github.com/golang/lint/golint
|
|
- go get github.com/fzipp/gocyclo
|
|
|
|
script: gb build github.com/matrix-org/go-neb && ./hooks/pre-commit
|
|
|
|
notifications:
|
|
webhooks:
|
|
urls:
|
|
- "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MGtlZ2FuJTNBbWF0cml4Lm9yZy8lMjFhWmthbkFuV0VkeGNSSVFrV24lM0FtYXRyaXgub3Jn"
|
|
on_success: change # always|never|change
|
|
on_failure: always
|
|
on_start: never
|
|
|