Fixed API url (missing ? before query parameters)
This commit is contained in:
parent
2b1285652b
commit
72979c4faa
|
@ -150,7 +150,7 @@ function updateChart() {
|
|||
|
||||
var baseUrl = 'https://travis-ci.org/' + repoName + '/builds/';
|
||||
|
||||
var buildsUrl = 'https://api.travis-ci.org/repos/' + repoName + '/builds'; // ?event_type=push';
|
||||
var buildsUrl = 'https://api.travis-ci.org/repos/' + repoName + '/builds?'; // event_type=push';
|
||||
|
||||
var builds = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user