Skip to content

Commit

Permalink
Added support for PHPCI
Browse files Browse the repository at this point in the history
Wouldn't want to miss out PHPCI. Having tests fail there when they obviously should pass is not right.
  • Loading branch information
cooperaj committed Oct 6, 2015
1 parent 2954409 commit 0442a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HMLB/VW/SecretSoftware.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class SecretSoftware
'JENKINS_URL',
'HUDSON_URL',
'bamboo.buildKey',
'PHPCI',
);

public function __construct(array $additionalEnvVariables = array())
Expand Down

0 comments on commit 0442a1e

Please sign in to comment.