Skip to content

Commit f2417d6

Browse files
Merge pull request diffblue#403 from diffblue/smowton/admin/travis-webhooks
Add webhooks to Travis at Sonny's request
2 parents a3e7ada + ebdf57a commit f2417d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,13 @@ script:
239239

240240
before_cache:
241241
- ccache -s
242+
243+
notifications:
244+
webhooks:
245+
urls:
246+
- http://dashboard.diffblue.com/api/travis-webhooks
247+
on_success: always
248+
on_failure: always
249+
on_start: never
250+
on_cancel: never
251+
on_error: always

0 commit comments

Comments
 (0)