diff --git a/.travis.yml b/.travis.yml index 9889f4d1b..7dba5c3cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: - sudo ./bazel-0.17.1-installer-linux-x86_64.sh script: - - bazel --test_output=errors test ... |& cat + - bazel test --test_output=errors ... |& cat