From a2e78bb0580ab67ae6e71d3a75c04581905fab37 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 10 Aug 2015 19:11:32 +0200 Subject: [PATCH] take out trigger build via api because it doesn't work --- app/templates/components/no-builds.hbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/components/no-builds.hbs b/app/templates/components/no-builds.hbs index 78e42fbd..ab00459c 100644 --- a/app/templates/components/no-builds.hbs +++ b/app/templates/components/no-builds.hbs @@ -65,11 +65,12 @@ {{#unless isPR}}

No builds for this repository

Want to start testing this project on Travis CI?

- {{#if isLoading}} + Read the Docs on Getting Started + {{!-- {{#if isLoading}} {{loading-indicator}} {{else}} Trigger the first build - {{/if}} + {{/if}} --}} {{else}}

No Pull Request builds for this Repositiory

{{/unless}}