From f0d4ebd2a1793d94e766f2f12c30786311db863b Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Thu, 27 Sep 2018 18:45:03 -0400 Subject: [PATCH] Fixed use of --test_output flag. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9889f4d1b..7dba5c3cc 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_output=errors test ... |& cat + - bazel test --test_output=errors ... |& cat