From 758bd9aa871666e1003691531f22f6dc515625bf Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 19 Sep 2018 09:55:58 +0000 Subject: [PATCH] Fix yamllint test (it's gone from bazel, add a new one). --- .travis/bazel-linux | 4 ++-- 1 file 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() { } travis_script() { + yamllint -c ../tools/project/yamllint.rc . bazel test \ //c-toxcore:license_test \ - //c-toxcore:readme_test \ - //c-toxcore:yamllint_test + //c-toxcore:readme_test # TODO(iphydf): Make tests have a chance to succeed. # Run the tests, but if they fail, at least we should be able to build.