From 24ccfe98e20f8264661c1d36241859147c154beb Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Fri, 16 Sep 2016 15:13:05 -0500 Subject: [PATCH] Add Travis CI badge to README It's nice to see the build status in the README: https://travis-ci.org/opencontainers/image-spec Signed-off-by: Chris Aniszczyk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31b72e67..f7899c787 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Open Container Initiative Image Format Specification +# OCI Image Format Specification [![Build Status](https://travis-ci.org/opencontainers/image-spec.svg?branch=master)](https://travis-ci.org/opencontainers/image-spec) The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format). The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run.