From 6ad9eaee06807e34214c8267ea1591d0aa1bce29 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 12 Jul 2018 15:01:28 +1000 Subject: [PATCH] Add travis logo to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f07ff23d..b3c151c77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rust Beacon Chain +[![Build Status](https://travis-ci.org/sigp/rust_beacon_chain.svg?branch=master)](https://travis-ci.org/sigp/rust_beacon_chain) + A **work-in-progress** implementation of the Ethereum beacon_chain in Rust. It is an implementation of the [Full PoS Casper chain