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.
This commit is contained in:
Michael Muller 2018-09-27 10:50:49 -04:00
parent dc955c5ebf
commit 365bc1b51d

View file

@ -11,4 +11,4 @@ before_install:
- sudo ./bazel-0.17.1-installer-linux-x86_64.sh
script:
- bazel test --noshow_progress ...
- bazel test ... |& cat