Skip to content

Commit 6672932

Browse files
committed
set notification settings travis-ci
1 parent 6d58c18 commit 6672932

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@ matrix:
3535
after_success:
3636
- bash <(curl -s https://codecov.io/bash)
3737
notifications:
38-
webhooks: https://www.travisbuddy.com/
39-
on_success: never # travisbuddy don't comment on successful
38+
webhooks:
39+
urls:
40+
- https://www.travisbuddy.com?only=failed,errored
41+
on_success: never # don't comment on successful builds.
42+
on_failure: always
43+
on_cancel: always
44+
on_error: always

0 commit comments

Comments
 (0)