diff --git a/.travis.yml b/.travis.yml index 7075101a7..29bf700cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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