Skip to content

Commit

Permalink
Support Integrate TravisBuddy (#36)
Browse files Browse the repository at this point in the history
TravisBuddy will comment on pull requests in your public repository everytime a test failed in one of them. The comment will include only the part of the build log that applies to your testing framework, so your contirbutors won't have to enter Travis's website and search the long and annoying build log for the reason the tests failed.

Here's an example: bluzi/express#1
  • Loading branch information
bluzi authored and dolymood committed Dec 4, 2017
1 parent 11e283e commit 2205459
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ branches:
- master
script:
- npm test
notifications:
webhooks:
urls:
- https://www.travisbuddy.com/
on_success: never
on_failure: always
on_start: never
on_cancel: never
on_error: never

0 comments on commit 2205459

Please sign in to comment.