diff --git a/app/controllers/caches-by-branch.coffee b/app/controllers/caches-by-branch.coffee
index 75e6d052..34f01be2 100644
--- a/app/controllers/caches-by-branch.coffee
+++ b/app/controllers/caches-by-branch.coffee
@@ -22,5 +22,4 @@ Controller = Ember.ObjectController.extend
           model = @get('model')
           @get('controllers.caches').removeObject(model)
 
-Travis.CachesByBranchController = Controller
 `export default Controller`