Skip to content

Commit

Permalink
Merge pull request #5475 from medyagh/travis_notfiy
Browse files Browse the repository at this point in the history
Setting travis-ci notification settings explicitly
  • Loading branch information
tstromberg committed Sep 26, 2019
2 parents fedb06a + 6672932 commit 7f68b83
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ matrix:
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never # travisbuddy don't comment on successful
webhooks:
urls:
- https://www.travisbuddy.com?only=failed,errored
on_success: never # don't comment on successful builds.
on_failure: always
on_cancel: always
on_error: always

0 comments on commit 7f68b83

Please sign in to comment.