Skip to content

Commit

Permalink
Integrate TravisBuddy
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 committed Dec 2, 2017
1 parent 23d5030 commit 08c896b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,12 @@ script:
- "npm run lint"
- "npm run cover"
sudo: false
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 08c896b

Please sign in to comment.