Skip to content

Commit a1beb4d

Browse files
committed
[travis] Run latexmk silently. Vastly reduces log output.
1 parent 2ab2a02 commit a1beb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
# Build std.pdf
1515
- pushd source
1616
- if [ "$BUILD_TYPE" = "latexmk" ]; then
17-
latexmk -pdf std;
17+
latexmk -pdf std -silent;
1818
! grep -Fe "Overfull \\hbox" std.log;
1919
fi
2020
- if [ "$BUILD_TYPE" = "make" ]; then

0 commit comments

Comments
 (0)