Skip to content

Commit

Permalink
[qa] Post build failure summary
Browse files Browse the repository at this point in the history
Added travis buddy to comment summary on github in case of failure
  • Loading branch information
devkapilbansal committed Sep 3, 2020
1 parent d5700c0 commit a8b1d9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Expand Up @@ -6,6 +6,11 @@ python:
- "3.6"
- "3.7"

notifications:
# will post a summary as comment on gihtub in case of failure
webhooks: https://www.travisbuddy.com/
on_success: never

branches:
only:
- master
Expand All @@ -17,10 +22,9 @@ before_install:
install:
- python setup.py -q develop

before_script:
- ./run-qa-checks

script:
# check is done here to allow travis buddy to include a detailed failure summary
- ./run-qa-checks
- coverage run -a --source=netjsonconfig runtests.py

after_success:
Expand Down

0 comments on commit a8b1d9a

Please sign in to comment.