diff --git a/README.md b/README.md
index 35270d9f1eb7a9f654675300b295f68c90995c1b..f86ad74c94b8413efd3b16e87ba1cc98c51221ed 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