Fix some more requires

This commit is contained in:
Piotr Sarnacki 2015-01-30 17:44:02 +01:00
parent dcd0b9d352
commit bfdb9cd47b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'utils/limited-array'
LimitedArray = Travis.LimitedArray
Broadcast = Travis.Broadcast

View File

@ -1,4 +1,7 @@
require 'utils/pusher'
config = ENV.config
Pusher = Travis.Pusher
initialize = (container, application) ->
if config.pusher.key