Move the travis link / build status around

This commit is contained in:
Eli Bendersky 2019-06-05 10:25:14 -07:00
parent 82699a6deb
commit 2438aea95f

View File

@ -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