Allowed Failures are items in your build matrix that are allowed to
fail without causing the entire build to be shown as failed.
diff --git a/assets/scripts/app/templates/jobs/pre.hbs b/assets/scripts/app/templates/jobs/pre.hbs
index c3aee48e..0184bee8 100644
--- a/assets/scripts/app/templates/jobs/pre.hbs
+++ b/assets/scripts/app/templates/jobs/pre.hbs
@@ -16,7 +16,7 @@
{{#if view.job.sponsor.name}}
- {{t builds.messages.sponsored_by}}
+ This test series was run on a worker box sponsored by
{{sponsor.name}}
- {{{t profiles.show.message.your_repos}}}
+ { Flick the switches below to turn on the Travis service hook for your projects, then push to GitHub.
+ To test against multiple rubies, see}
{{#each job in queue}}
{{#view Travis.QueueItemView jobBinding="job"}}
@@ -15,7 +15,7 @@
{{/if}}
{{/view}}
{{else}}
- {{t no_job}}
+ There are no jobs
{{/each}}