From be2fa4bfe09098c4bf103a7c1a692b38df35ca1c Mon Sep 17 00:00:00 2001 From: Matt Brunt Date: Tue, 6 Oct 2015 09:03:48 +0100 Subject: [PATCH] Added in a couple of ENV variables for TeamCity --- src/HMLB/VW/SecretSoftware.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HMLB/VW/SecretSoftware.php b/src/HMLB/VW/SecretSoftware.php index 745786e..3614df9 100644 --- a/src/HMLB/VW/SecretSoftware.php +++ b/src/HMLB/VW/SecretSoftware.php @@ -20,6 +20,8 @@ class SecretSoftware 'CI', 'CONTINUOUS_INTEGRATION', 'BUILD_ID', + 'BUILD_NUMBER', + 'TEAMCITY_VERSION', 'TRAVIS', 'CIRCLECI', 'JENKINS_URL',