Skip to content

Commit

Permalink
Prevent error in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Jul 29, 2022
1 parent 5f4335c commit 9aec667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aec667

Please sign in to comment.