Skip to content

Commit 601ea74

Browse files
[qa] Post build failure summary
Integrated travisbuddy through notifications webhooks. Will comment summary on github in case of failure.
1 parent 23a4c78 commit 601ea74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ python:
1717
- "3.6"
1818
- "3.7"
1919

20+
notifications:
21+
# will post a summary as comment on github in case of failure
22+
webhooks: https://www.travisbuddy.com/
23+
on_success: never
24+
2025
env:
2126
- DJANGO="django>=2.2,<2.3"
2227
- DJANGO="django>=3.0,<3.1"

0 commit comments

Comments
 (0)