Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Integrate TravisBuddy (#778)
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 BlakeGuilloud committed Dec 4, 2017
1 parent dad140e commit efe0cd6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,13 @@ node_js:
- "node"
notifications:
email: true
webhooks:
urls:
- https://www.travisbuddy.com/
on_success: never
on_failure: always
on_start: never
on_cancel: never
on_error: never
script:
- "npm run lint"

0 comments on commit efe0cd6

Please sign in to comment.