Skip to content

Commit

Permalink
add notifications.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 4, 2016
1 parent 26d54ca commit 59c53ff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ language: go
go:
- 1.4.3
- 1.5.4
- 1.6.3
- 1.7.3
- 1.6.4
- 1.7.4
- tip

services:
- memcache
- redis-server

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false

0 comments on commit 59c53ff

Please sign in to comment.