From 530470e0ce62a5304656e705ffa392845fdc0398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Wed, 17 Feb 2016 16:38:42 -0800 Subject: [PATCH] chore(travis): add an integration hook for the angular hubot daemon --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d128e6f8ea..1bd93c9dc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,6 +115,7 @@ notifications: - https://webhooks.gitter.im/e/1ef62e23078036f9cee4 # trigger Buildtime Trend Service to parse Travis CI log - https://buildtimetrend.herokuapp.com/travis + - http://104.197.9.155:8484/hubot/travis/activity on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false