Skip to content

Commit

Permalink
Make travis use bazel. Attempt google#2
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Dec 14, 2018
1 parent 90ed526 commit ffd0954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ addons:
packages: bazelbuild/tap/bazel

script:
- bazel build :release
- bazel test :logic_tests
- bazel build :release --apple_generate_dsym --color=no --verbose_failures --sandbox_debug
- bazel test :logic_tests --test_strategy=standalone --test_output=errors --verbose_failures --sandbox_debug

0 comments on commit ffd0954

Please sign in to comment.