From e2561f20e6919a94d0be697db16fb6a3f4602b38 Mon Sep 17 00:00:00 2001 From: Nate <37554478+servusdei2018@users.noreply.github.com> Date: Sun, 8 Aug 2021 00:38:33 -0400 Subject: ci(.travis.yml): add unicode lint job --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0616021..8eae1a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v0.12