diff options
author | Unknwon <u@gogs.io> | 2015-08-10 13:07:01 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-10 13:07:01 +0800 |
commit | 471431e87c223ff553c6df33ca8b01363bc6a06d (patch) | |
tree | a75c31bc69b1ef5da362ad12b25be6bae5511641 | |
parent | 8f2a184e0441d2abb588cd363958e7008065a3ee (diff) | |
download | gitea-471431e87c223ff553c6df33ca8b01363bc6a06d.tar.gz gitea-471431e87c223ff553c6df33ca8b01363bc6a06d.zip |
travis with gitter
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3d8591a224..86c81b68dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,9 @@ notifications: email: - u@gogs.io slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx + webhooks: + urls: + - https://webhooks.gitter.im/e/b590f8e03882f7aedc3e + on_success: change + on_failure: always + on_start: never |