summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-19 09:55:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 09:55:58 +0000
commit758bd9aa871666e1003691531f22f6dc515625bf (patch)
tree5290595210242ae2b140544908154cfc60439996 /.travis
parent2abc00693cc99f277c7c8fe1a201ec33becb01f1 (diff)
Fix yamllint test (it's gone from bazel, add a new one).
Diffstat (limited to '.travis')
-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.