From ace3e588eadd61ba7e6932be067580fc8a2f6826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Mon, 30 May 2016 17:57:48 +0200 Subject: [PATCH] forgot this and it's not tested --- lib/travis/api/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index ad8575df..4c30857c 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -192,7 +192,7 @@ module Travis::Api end end - if use_monitoring? && !console + if use_monitoring? && !console? setup_monitoring end end