From 1d9bad352f72d964144eea72acaa9c1500d6419c Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 27 Sep 2018 18:29:17 -0400 Subject: [PATCH] Added "--test_output=errors" so we can see failed test output. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b71dd7597..9889f4d1b 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 ... |& cat + - bazel --test_output=errors test ... |& cat