mirror of
https://github.com/google/nomulus.git
synced 2025-05-11 09:18:22 +02:00
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:
parent
dc955c5ebf
commit
365bc1b51d
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ before_install:
|
|||
- sudo ./bazel-0.17.1-installer-linux-x86_64.sh
|
||||
|
||||
script:
|
||||
- bazel test --noshow_progress ...
|
||||
- bazel test ... |& cat
|
||||
|
|
Loading…
Add table
Reference in a new issue