From f09db46949be95c833af7119dd73dc7c13c33688 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Wed, 8 Apr 2015 10:03:01 +0200 Subject: [PATCH 1/6] Fix copy in header. --- app/templates/home.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 4bed3265..23e411d8 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -3,7 +3,7 @@

Test and deploy with confidence

-

Easily sync projects with github
and you’ll be testing your in minutes!

+

Easily sync projects with GitHub
and you’ll be testing your code in minutes!

Sign Up
From a5453d66f0a52457dd3b8a4ddf091f9b30150810 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Wed, 8 Apr 2015 10:04:58 +0200 Subject: [PATCH 2/6] Fix spellings of GitHub and S3. --- app/templates/home.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 23e411d8..721cddf2 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -108,10 +108,10 @@

Test your pull requests

-

Make sure every Pull Request to your project is tested before merging.

+

Make sure every pull request to your project is tested before merging.

-

Deploy to s3 and Heroku

+

Deploy to S3 and Heroku

Updating staging or production as soon as your tests pass has never been easier!

@@ -139,7 +139,7 @@
-

You push your
code to github

+

You push your
code to GitHub

@@ -147,7 +147,7 @@
-

github triggers
Travis CI to build

+

GitHub triggers
Travis CI to build

@@ -171,7 +171,7 @@
-

Travis CI tells the
team all is good

+

Travis CI tells the
team all is well

Pull Request build flow

@@ -186,7 +186,7 @@
-

github tells Travis CI the build is mergeable

+

GitHub tells Travis CI the build is mergeable

From 35d8d20f0ff608f0e2faa84c554028b4d77093ba Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Wed, 8 Apr 2015 10:08:35 +0200 Subject: [PATCH 3/6] Make spelling of pull request consistent. --- app/templates/home.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 721cddf2..92a30db9 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -126,7 +126,7 @@
  • Run your tests in parallel
  • Linux and Mac (and iOS) supported
  • Great API and command line tool
  • -
  • Did we say Free for Open Source already?
  • +
  • Did we say free for Open Source already?
  • @@ -174,7 +174,7 @@

    Travis CI tells the
    team all is well

    -

    Pull Request build flow

    +

    Pull request build flow

    From cd4ad5b101d2bdace5a68b1962fa2d7b37ebf946 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Wed, 8 Apr 2015 10:10:39 +0200 Subject: [PATCH 4/6] Capitalize tag line. --- app/templates/home.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 92a30db9..68e4e1bb 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -2,7 +2,7 @@
    -

    Test and deploy with confidence

    +

    Test and Deploy with Confidence

    Easily sync projects with GitHub
    and you’ll be testing your code in minutes!

    Sign Up
    From 23ede2715309e1bf563bd77c23423f91a3af4039 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 8 Apr 2015 10:15:56 +0200 Subject: [PATCH 5/6] Update default page title --- waiter/lib/travis/web/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index dd50fe42..011e7d72 100644 --- a/waiter/lib/travis/web/app.rb +++ b/waiter/lib/travis/web/app.rb @@ -169,7 +169,7 @@ class Travis::Web::App end def title - default_title = "Travis CI - Test and deploy your code in confidence" + default_title = "Travis CI - Test and deploy your code with confidence" ENV['SITE_TITLE'] || default_title end From 64aa0f60ab29c97933d5e2f2b2890468a8e1be2d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 8 Apr 2015 10:23:49 +0200 Subject: [PATCH 6/6] Update default page title and tag line on landing page --- app/templates/home.hbs | 2 +- waiter/lib/travis/web/app.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 68e4e1bb..52fb4431 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -3,7 +3,7 @@

    Test and Deploy with Confidence

    -

    Easily sync projects with GitHub
    and you’ll be testing your code in minutes!

    +

    Easily sync your GitHub projects with Travis CI
    and you’ll be testing your code in minutes!

    Sign Up
    diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index 011e7d72..633fabd5 100644 --- a/waiter/lib/travis/web/app.rb +++ b/waiter/lib/travis/web/app.rb @@ -169,7 +169,7 @@ class Travis::Web::App end def title - default_title = "Travis CI - Test and deploy your code with confidence" + default_title = "Travis CI - Test and Deploy Your Code with Confidence" ENV['SITE_TITLE'] || default_title end