Skip to content

Commit

Permalink
Reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Nov 14, 2019
1 parent fa9d9b7 commit ab642f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .latexmkrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: perl; -*-
$pdf_mode = 4; # luaLaTeX
$postscript_mode = $dvi_mode = 0;
$lualatex = 'lualatex --synctex=8 --interaction nonstopmode --file-line-error --halt-on-error %O %S';
$lualatex = 'lualatex --synctex=8 --interaction batchmode --file-line-error --halt-on-error %O %S';

# cleanup temporary files from listings.sty / tcolorbox.sty
push @generated_exts, 'listing';
Expand Down
4 changes: 2 additions & 2 deletions ci/install-texlive
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function texlive-release() {

function get-texlive-installer() {
# download, checksum, extract
curl --location --remote-name-all "${TEXLIVE_REPOSITORY}/${TEXLIVE_TARBALL}"{,.sha512}
curl --silent --location --remote-name-all "${TEXLIVE_REPOSITORY}/${TEXLIVE_TARBALL}"{,.sha512}
shasum --check "${TEXLIVE_TARBALL}.sha512"
tar --extract --gzip --file "${TEXLIVE_TARBALL}"
}
Expand Down Expand Up @@ -82,7 +82,7 @@ EOF

function install-texlive() {
[[ $TRAVIS = true ]] || die "Should only run on Travis"
echo "Installing TeXlive..."
echo "Downloading minimal TeXlive..."
echo " release $TEXLIVE_RELEASE"
echo " from $TEXLIVE_REPOSITORY"

Expand Down

0 comments on commit ab642f7

Please sign in to comment.