ci(.travis.yml): add unicode lint job

This commit is contained in:
Nate 2021-08-08 00:38:33 -04:00 committed by GitHub
parent 7b4692596e
commit e2561f20e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,12 @@ matrix:
- name: Compile OSS-Fuzz targets
script:
- ./ossfuzz/travisoss.sh
# Unicode lint
# See https://github.com/lz4/lz4/issues/1018
- name: Run Unicode lint
script:
- ./tests/unicode_lint.sh
allow_failures:
- env: ALLOW_FAILURES=true