commit b1473c81b314667c7effee53303924402212e11b Author: juga0 juga@riseup.net Date: Sat Nov 24 10:07:50 2018 +0000
CI: install dependencies to build docs
converting LaTeX to images. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 9ad5f6f..3f19a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,10 @@ notifications: template: - "%{repository_slug} %{branch} %{commit} - %{author}: %{commit_subject}" - "Build #%{build_number} %{result}. Details: %{build_url}" + +# To build the docs +addons: + apt: + packages: + - texlive-latex-extra + - dvipng
tor-commits@lists.torproject.org