Adding some github debug stuff

This commit is contained in:
Dan Cryer 2013-10-10 01:27:43 +01:00
parent d46ea12dd7
commit 5213a00a3a

View file

@ -78,6 +78,7 @@ class GithubBuild extends RemoteGitBuild
$http->setHeaders($headers);
$res = $http->request('POST', $url, json_encode($params));
var_dump($res);
}