travis: add build status badge from travis

This commit is contained in:
Paul Osborne 2015-10-09 00:22:30 -05:00
parent 5a452870db
commit 60a15fe7b1

View file

@ -1,6 +1,8 @@
pstree in Rust 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 This repository contains a simple implementation of the Unix pstree
program in Rust. This is mostly done as a learning exercise and port program in Rust. This is mostly done as a learning exercise and port
of a [C implementation I of a [C implementation I