Skip to content

Commit 32a169d

Browse files
committed
Skip testing the pfm version. Test the TrueType version instead.
1 parent 411c40c commit 32a169d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ test: skimpytest ## Generates and checks font files
6464
# These are tests that fail on Travis (because their fontlint can't ignore stuff).
6565
# Yes. This is "works on my computer".
6666
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.otf
67-
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.pfm
67+
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.ttf
6868
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.woff
6969
@fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.otf
70+
@fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.ttf
7071
@fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.woff
7172

7273
travistest: zip skimpytest ## Runs the Travis CI set of tests

0 commit comments

Comments
 (0)