From 13e5c5ab50ccf889604f4265c558da842cfe7f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 22 Mar 2016 22:17:31 +0100 Subject: [PATCH] Show all branches --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 7201054..707a805 100644 --- a/script.js +++ b/script.js @@ -181,7 +181,7 @@ function updateChart() { curOldestBuild = buildNr; } - if (build.branch !== 'master' || build.state !== 'finished') { + if (/*build.branch !== 'master' ||*/ build.state !== 'finished') { return; }