Merge pull request #239 from mmcgrana/readmetravis

Add Travis link to README
This commit is contained in:
Mark McGranaghan 2019-06-05 18:29:01 -07:00 committed by GitHub
commit f2802c4c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
## Go by Example
# Go by Example
Content and build toolchain for [Go by Example](https://gobyexample.com),
a site that teaches Go via annotated example programs.
### Overview
The Go by Example site is built by extracting code and
@ -17,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 "Travis CI status")](https://travis-ci.com/mmcgrana/gobyexample)
To build the site you'll need Go and Python installed. Run:
```console