diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-26 14:48:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 14:48:24 (GMT) |
commit | a3ef054f5d2af360fa7541e01a6de102d1c7c147 (patch) | |
tree | 0eddafc0a433bbd2768ab5bdf1210f4488a453c4 /.travis.yml | |
parent | 47b125542b104f3c398a78899d541d8a168b9435 (diff) | |
download | Doxygen-a3ef054f5d2af360fa7541e01a6de102d1c7c147.zip Doxygen-a3ef054f5d2af360fa7541e01a6de102d1c7c147.tar.gz Doxygen-a3ef054f5d2af360fa7541e01a6de102d1c7c147.tar.bz2 |
Update .travis.yml
for missing ulem package
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 28b8401..071a7d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: update: true packages: - texlive + - texlive-generic-recommended - texlive-extra-utils - texlive-latex-extra - texlive-font-utils |