From 82699a6deb0297d913663c701797e7a50470c144 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 5 Jun 2019 09:57:37 -0700 Subject: [PATCH] Add Travis link to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9454ea..b68ba5a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -## Go by Example +# 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. - ### Overview The Go by Example site is built by extracting code and