From 60a15fe7b1a7973145f7396ecb11d3b54bfba34f Mon Sep 17 00:00:00 2001 From: Paul Osborne Date: Fri, 9 Oct 2015 00:22:30 -0500 Subject: [PATCH] travis: add build status badge from travis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c14377..203a12c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ pstree in Rust ============== +[![Build Status](https://travis-ci.org/posborne/rust-pstree.svg?branch=master)](https://travis-ci.org/posborne/rust-pstree) + This repository contains a simple implementation of the Unix pstree program in Rust. This is mostly done as a learning exercise and port of a [C implementation I