Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Remove conditional around pusher-live as that is now the default. #563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions lib/travis/addons/pusher/event_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down