Attempt to use new Travis API.

This commit is contained in:
Georges Dupéron 2016-08-23 14:37:47 +02:00
parent 7594f5b48b
commit caf23abe40

View File

@ -188,6 +188,7 @@ function updateChart() {
}
function filterBuilds(json) {
globall = json;
if (typeof json.builds.length === 'undefined') {
alert('invalid repository: ' + repoName);
return;