summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate <37554478+servusdei2018@users.noreply.github.com>2021-08-08 04:38:33 (GMT)
committerGitHub <noreply@github.com>2021-08-08 04:38:33 (GMT)
commite2561f20e6919a94d0be697db16fb6a3f4602b38 (patch)
tree85c7bf0235ef3c771fe384e3030da66d0d896f9f
parent7b4692596e2d2eb3542edbdf156d5e4fe68b5a4d (diff)
downloadlz4-e2561f20e6919a94d0be697db16fb6a3f4602b38.zip
lz4-e2561f20e6919a94d0be697db16fb6a3f4602b38.tar.gz
lz4-e2561f20e6919a94d0be697db16fb6a3f4602b38.tar.bz2
ci(.travis.yml): add unicode lint job
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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