From 9aec667cb514472d37bf5fa202259c29fa587dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Fri, 29 Jul 2022 22:32:33 +0100 Subject: [PATCH] Prevent error in Travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9555d27..fc1817c 100755 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ ttftest: font ## Runs the minimal tests and verifies the ZIP file mentioned in t # 34 Bad 'CFF ' table # 98 Self-intersecting glyph (issue #2) when FontForge is able to correct this fontlint ${BUILD_DIR}/3270-Regular.ttf - fontlint -w 2 ${BUILD_DIR}/3270Condensed-Regular.ttf + fontlint -w 2 -w 98 ${BUILD_DIR}/3270Condensed-Regular.ttf fontlint -w 2 -w 5 ${BUILD_DIR}/3270SemiCondensed-Regular.ttf # Verify if the README points to an existing ZIP file