diff --git a/app/routes/branches.coffee b/app/routes/branches.coffee index 164cf6eb..45c75b41 100644 --- a/app/routes/branches.coffee +++ b/app/routes/branches.coffee @@ -12,7 +12,7 @@ Route = TravisRoute.extend if @get('auth.signedIn') options.headers = { Authorization: "token #{@auth.token()}" } - $.ajax("#{apiEndpoint}/v3/repo/#{repoId}/branches?include=build.commit", options).then (response) -> + $.ajax("#{apiEndpoint}/v3/repo/#{repoId}/branches?include=build.commit&limit=100", options).then (response) -> response.branches activate: () ->