Skip to content

Commit 0e7d61a

Browse files
committed
Travis: fix bug with colored text supressing some output
Probably a bug in whatever code Travis uses to webify ANSI terminal color codes
1 parent 3069b03 commit 0e7d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: test-fast test-slow
1212

1313
test-slow:
1414
## Check for malformed HTML and broken internal links
15-
bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
15+
bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site | cat
1616
## Check that links on the /en/download page point to the separately-stored binaries in /bin
1717
contrib/qa/test-binary-availability.sh && echo "SUCCESS checking URLs for binaries"
1818

0 commit comments

Comments
 (0)