1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

More logging

This commit is contained in:
Matthew Brown 2019-12-03 00:06:00 -05:00
parent 260b73ce78
commit f667dee4f5
2 changed files with 2 additions and 2 deletions

View File

@ -269,6 +269,8 @@ class BuildInfoCollector
/** @var array */
$event_data = \json_decode($event_json, true);
var_dump($head_data);
if (isset($event_data['head_commit'])) {
/**
* @var array{

View File

@ -409,8 +409,6 @@ if (isset($options['clear-global-cache'])) {
exit;
}
var_dump($_SERVER);
// disable progressbar on CI
if (isset($_SERVER['TRAVIS'])
|| isset($_SERVER['CIRCLECI'])