From 2438aea95f80443de1ba823b9986c316bcfd820b Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 5 Jun 2019 10:25:14 -0700 Subject: [PATCH] Move the travis link / build status around --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b68ba5a..42844e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Go by Example -[![Build Status](https://travis-ci.com/mmcgrana/gobyexample.svg?branch=master)][travis] - Content and build toolchain for [Go by Example](https://gobyexample.com), a site that teaches Go via annotated example programs. @@ -18,9 +16,10 @@ The built `public` directory can be served by any static content system. The production site uses S3 and CloudFront, for example. - ### Building +[![Build Status](https://travis-ci.com/mmcgrana/gobyexample.svg?branch=master)][travis] + To build the site you'll need Go and Python installed. Run: ```console