Skip to content

Commit

Permalink
Include bazel version with test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Hunsicker committed Jun 4, 2019
1 parent 801fc73 commit 397361a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ addons:
- bazel

script:
- bazel test --jobs 2 --test_output=errors --test_timeout=3000 //...
- bazel version
- bazel test --jobs 2 --test_output=errors --test_verbose_timeout_warnings --test_timeout=300,300,900,3000 //...
- bazel shutdown

language: java

0 comments on commit 397361a

Please sign in to comment.