From 13acbe1efd6f3df9b191a2fc1d781fbd547a6298 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Mon, 28 May 2018 17:06:56 -0700 Subject: [PATCH] =?UTF-8?q?Trim=20Flow=E2=80=99s=20server=20startup=20buil?= =?UTF-8?q?d=20output=20(#311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test Plan: Run `yarn flow stop; yarn travis | cat` and note the absence of the really long line that has ~2500 bytes of “Server is initializing”. wchargin-branch: quiet-flow-server --- config/travis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/travis.js b/config/travis.js index 7daa485..1ada235 100644 --- a/config/travis.js +++ b/config/travis.js @@ -41,7 +41,7 @@ function makeTasks(mode /*: "BASIC" | "FULL" */) { }, { id: "flow", - cmd: ["npm", "run", "--silent", "flow"], + cmd: ["npm", "run", "--silent", "flow", "--", "--quiet"], deps: [], }, {