diff --git a/assets/scripts/app/views/repo/show.coffee b/assets/scripts/app/views/repo/show.coffee index 81de3086..4b9a9701 100644 --- a/assets/scripts/app/views/repo/show.coffee +++ b/assets/scripts/app/views/repo/show.coffee @@ -310,7 +310,7 @@ Travis.reopen ).property('tab') displayCodeClimate: (-> - Travis.config.code_climate == "true" and @get('repo.githubLanguage') == 'Ruby' + @get('repo.githubLanguage') == 'Ruby' ).property('repo.githubLanguage') requeueFinished: ->