Run tests and don't show progress in travis

This commit is contained in:
Michael Muller 2018-09-26 15:57:43 -04:00
parent dea217ac8c
commit dc955c5ebf

View file

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