Fix yamllint test (it's gone from bazel, add a new one).

This commit is contained in:
iphydf 2018-09-19 09:55:58 +00:00
parent 2abc00693c
commit 758bd9aa87
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -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.