From c0b66a587d793f31178273be85a0a38679d1edf3 Mon Sep 17 00:00:00 2001 From: Roy Storey Date: Mon, 27 Feb 2017 10:04:25 +0000 Subject: [PATCH] Add status badge --- README.md | 2 ++ dist.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c710cac9..d009f5c8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Pinto - Curate a repository of Perl modules +[![Build Status](https://travis-ci.org/thaljef/Pinto.png?branch=master)](https://travis-ci.org/thaljef/Pinto) + # VERSION version 0.12 diff --git a/dist.ini b/dist.ini index 4e9cef5d..28f6ec85 100644 --- a/dist.ini +++ b/dist.ini @@ -22,6 +22,7 @@ version = 0.12 type = markdown filename = README.md location = root +[TravisCI::StatusBadge] ; ensure status badge exists ; t tests [Test::Compile] ; make sure .pm files all compile