summaryrefslogtreecommitdiff
path: root/.travis/bazel-linux
diff options
context:
space:
mode:
Diffstat (limited to '.travis/bazel-linux')
-rwxr-xr-x.travis/bazel-linux7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis/bazel-linux b/.travis/bazel-linux
index b157437d..5594ff8c 100755
--- a/.travis/bazel-linux
+++ b/.travis/bazel-linux
@@ -16,9 +16,10 @@ travis_install() {
16} 16}
17 17
18travis_script() { 18travis_script() {
19 bazel test //c-toxcore:license_test 19 bazel test \
20 bazel test //c-toxcore:readme_test 20 //c-toxcore:license_test \
21 bazel test //c-toxcore:yamllint_test 21 //c-toxcore:readme_test \
22 //c-toxcore:yamllint_test
22 23
23 # TODO(iphydf): Make tests have a chance to succeed. 24 # TODO(iphydf): Make tests have a chance to succeed.
24 # 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.