From fc0af8de294e55918577cc967735ec43f241d63e Mon Sep 17 00:00:00 2001 From: hmlb Date: Tue, 6 Oct 2015 11:02:07 +0200 Subject: [PATCH] Added supported CI Tools to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f957df1..0d3f721 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,23 @@ Add this in `phpunit.xml` when configuring the listener: Any similarities with a current event concerning (but not limited to) a multinational automobile manufacturer are purely coincidental. +## CI tools detection + +Currently detects : + +* TravisCI +* Bamboo +* CircleCI +* GitlabCI +* Hudson +* Jenkins +* PHPCI +* TeamCity + + +Other CI tools using environment variables like 'BUILD_ID' would be detected as well. + + ## License phpunit-vw is available under the MIT License.