From 514017dbac97074beb04ddf487cc3fa4c3f1226c Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Wed, 10 Aug 2016 19:30:49 -0400 Subject: [PATCH] Add the travis build image to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2355fdef..c2c3c5787 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Rust Programming Language +[![Build Status](https://travis-ci.org/rust-lang/book.svg?branch=master)](https://travis-ci.org/rust-lang/book) + This is the next iteration of “The Rust Programming Language”, which is currently located [in the main Rust repository][src]. If you want to read the book, you should check it out there or [on the web][prod].