From dc955c5ebfd3446e3cfeac7a0801dc024c6e00f8 Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Wed, 26 Sep 2018 15:57:43 -0400 Subject: [PATCH] Run tests and don't show progress in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cf511cab..e19ebf4c6 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 build ... + - bazel test --noshow_progress ...