summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis/bazel-linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/bazel-linux b/.travis/bazel-linux
index 23911cdb..38118a17 100755
--- a/.travis/bazel-linux
+++ b/.travis/bazel-linux
@@ -16,10 +16,10 @@ travis_install() {
16} 16}
17 17
18travis_script() { 18travis_script() {
19 yamllint -c ../tools/project/yamllint.rc .
19 bazel test \ 20 bazel test \
20 //c-toxcore:license_test \ 21 //c-toxcore:license_test \
21 //c-toxcore:readme_test \ 22 //c-toxcore:readme_test
22 //c-toxcore:yamllint_test
23 23
24 # TODO(iphydf): Make tests have a chance to succeed. 24 # TODO(iphydf): Make tests have a chance to succeed.
25 # Run the tests, but if they fail, at least we should be able to build. 25 # Run the tests, but if they fail, at least we should be able to build.