From 6979276a1964f5b5e0d48ef56017334f943a85ca Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Sat, 21 Sep 2019 12:48:40 +0200 Subject: [PATCH] Added travis status badge. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e48e62d..1777abd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Buildbot Gitea Plugin + [![PyPI version](https://badge.fury.io/py/buildbot-gitea.svg)](https://badge.fury.io/py/buildbot-gitea) ![GitHub](https://img.shields.io/github/license/lab132/buildbot-gitea) +[![Build Status](https://travis-ci.org/lab132/buildbot-gitea.svg?branch=master)](https://travis-ci.org/lab132/buildbot-gitea) This plugin for buildbot adds integration support with gitea, featuring push hooks, commit status updates and a change source. @@ -93,4 +95,4 @@ The parameters are as follows: | `context` | `Renderable` The context is an identifier for this status, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/%(prop:buildername)s')` | | `context_pr` | `Renderable` The context message to use, when building on a pull request, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/pull_request/%(prop:buildername)s')` | | `warningAsSuccess` | Treat warnings as build as success to set in the build status of gitea. If false, warnings will be displayed as warnings. | -| `verbose` | Perform verbose output | \ No newline at end of file +| `verbose` | Perform verbose output |