Skip to content

Commit

Permalink
Merge pull request #10 from buildkite/add-a-buildkite-examinator
Browse files Browse the repository at this point in the history
Adds Buildkite to the list of examinators
  • Loading branch information
hugues-m committed Oct 7, 2015
2 parents 5d5c462 + 1b0d5cd commit 5587144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Currently detects :
* Jenkins
* PHPCI
* TeamCity

* Buildkite

Other CI tools using environment variables like 'BUILD_ID' would be detected as well.

Expand Down
1 change: 1 addition & 0 deletions src/HMLB/VW/SecretSoftware.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class SecretSoftware
'bamboo.buildKey',
'PHPCI',
'GOCD_SERVER_HOST',
'BUILDKITE',
);

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

0 comments on commit 5587144

Please sign in to comment.