Skip to content

Commit

Permalink
Pre-populate repository cache which is read-only during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcohu committed Jan 5, 2020
1 parent 055502a commit 59e0476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ addons:

script:
- bazel version
- cd examples
# build example first to populate shared repository cache which is read-only during testing
- bazel build //antlr2/Cpp/...
- cd ..
- bazel test --jobs 2 --test_output=errors --test_verbose_timeout_warnings --test_timeout=300,300,900,3000 //...
- bazel shutdown

Expand Down

0 comments on commit 59e0476

Please sign in to comment.