Skip to content

Commit

Permalink
ci: Update travis.yml to notify Zeus
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jun 19, 2019
1 parent 0b230e7 commit b88ea5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false

language: go
go:
- 1.10.x
Expand All @@ -15,3 +16,13 @@ script:
- golangci-lint run
- go build
- go test

notifications:
webhooks:
urls:
- https://zeus.ci/hooks/befe9810-9285-11e9-b01a-0a580a281808/public/provider/travis/webhook
on_success: always
on_failure: always
on_start: always
on_cancel: always
on_error: always

0 comments on commit b88ea5a

Please sign in to comment.