From 52775ce2d7845e69adee814c33b78670504c76d3 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Fri, 15 Apr 2016 16:50:59 +0200 Subject: [PATCH] Add Build Status to Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 655de829b9c..5a4e2743170 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ An experimental interpreter for [Rust][rust]'s [mid-level intermediate representation][mir] (MIR). This project began as part of my work for the undergraduate research course at the [University of Saskatchewan][usask]. +[![Build Status](https://travis-ci.org/tsion/miri.svg?branch=master)](https://travis-ci.org/tsion/miri) + ## Download Rust nightly I currently recommend that you install [multirust][multirust] and then use it to -- 2.44.0