Browse Source

Hopefully fixing broken Travis build by removing the package `verbatim` that should be installed anyway

pull/198/head
Wandmalfarbe 4 years ago
parent
commit
08c0864eae
  1. 2
      .travis.yml

2
.travis.yml

@ -55,7 +55,7 @@ before_install:
- tlmgr install awesomebox fontawesome5
# packages only needed for some examples (example boxes-with-pandoc-latex-environment-and-tcolorbox)
- tlmgr install tcolorbox pgf verbatim etoolbox environ
- tlmgr install tcolorbox pgf etoolbox environ
before_script:
- cd examples
script:

Loading…
Cancel
Save