diff --git a/assets/scripts/app/pusher.coffee b/assets/scripts/app/pusher.coffee index f5276d44..473982e9 100644 --- a/assets/scripts/app/pusher.coffee +++ b/assets/scripts/app/pusher.coffee @@ -83,6 +83,8 @@ $.extend Travis.Pusher.prototype, { job: data } when 'worker:added', 'worker:updated', 'worker:removed' { worker: data } + when 'annotation:created', 'annotation:updated' + { annotation: data } warn: (type, warning) -> console.warn(warning) unless @ignoreWarning(warning)