Skip to content

Commit eea7504

Browse files
per1234aentinger
authored andcommitted
Use TravisBuddy to comment on PRs that result in a failed CI build
When the Travis CI build of a pull request fails, TravisBuddy automatically comments. This will cause the pull request author to get a notification and hopefully resolve the issue without the need for any action from one of the repository maintainers.
1 parent 1a8d494 commit eea7504

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,10 @@ script:
5555
- buildExampleSketch ArduinoIoTCloud_LED_switch
5656
- buildExampleSketch ArduinoIoTCloud_Travis_CI
5757
- buildExampleUtilitySketch Provisioning
58+
notifications:
59+
webhooks:
60+
urls:
61+
- https://www.travisbuddy.com/
62+
on_success: never
63+
on_failure: always
5864

0 commit comments

Comments
 (0)