From: Omar Sandoval Date: Wed, 13 Feb 2019 19:06:54 +0000 (-0800) Subject: README: add Travis status badge X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a61aa7fcce0bad9094b0e7646f3a8299c30afa6a;p=users%2Fsagi%2Fblktests.git README: add Travis status badge Now that Travis is set up for the repository, let's make it easily discoverable. Signed-off-by: Omar Sandoval --- diff --git a/README.md b/README.md index 0690840..c00ef47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # blktests +[![Build Status](https://travis-ci.org/osandov/blktests.svg?branch=master)](https://travis-ci.org/osandov/blktests) + blktests is a test framework for the Linux kernel block layer and storage stack. It is inspired by the [xfstests](https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/) filesystem testing framework.