From 365bc1b51db8d1d42339d23ab16ef8f7d304c3da Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 27 Sep 2018 10:50:49 -0400 Subject: [PATCH] Replaced --noshow_progress with "|& cat" --noshow_progress turns out to be not verbose enough for travis, which decides your build is stalled if it doesn't see output for 20 minutes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e19ebf4c6..b71dd7597 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: - sudo ./bazel-0.17.1-installer-linux-x86_64.sh script: - - bazel test --noshow_progress ... + - bazel test ... |& cat