diff --git a/lib/travis/addons/pusher/event_handler.rb b/lib/travis/addons/pusher/event_handler.rb index 27c3d620b..8c170cacc 100644 --- a/lib/travis/addons/pusher/event_handler.rb +++ b/lib/travis/addons/pusher/event_handler.rb @@ -34,12 +34,7 @@ def type end def queue - if Travis::Features.enabled_for_all?(:"pusher-live") || - Travis::Features.repository_active?(:"pusher-live", repository_id) - :"pusher-live" - else - :pusher - end + :"pusher-live" end def repository_id