From dbb0bb44a52770274a27d83aa1c63dac11da524c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Mon, 11 Mar 2019 13:07:37 +0100
Subject: [PATCH] readme: add build status

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 35270d9..f86ad74 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
 # Suppressed exceptions for PHP
 
-repositories: [Grifart GitLab](https://gitlab.grifart.cz/grifart/suppressed-exceptions), [GitHub](https://github.com/grifart/suppressed-exceptions)
-
 Suppressed exceptions are useful for aggregating more exceptions from unreliable resources.
 
 Useful when you want to communicate that process failed, with a list of sibling exceptions that led to an error.
 
+repositories:  
+- [Grifart GitLab](https://gitlab.grifart.cz/grifart/suppressed-exceptions) [![pipeline status](https://gitlab.grifart.cz/grifart/suppressed-exceptions/badges/master/pipeline.svg)](https://gitlab.grifart.cz/grifart/suppressed-exceptions/commits/master)
+- [GitHub](https://github.com/grifart/suppressed-exceptions) (mirror) ![](https://travis-ci.org/grifart/suppressed-exceptions.svg?branch=master)
+
 ## Example usage
 
 ```php
-- 
GitLab