[tor-commits] [sbws/master] CI: install dependencies to build docs
juga at torproject.org
juga at torproject.org
Tue Dec 4 08:13:26 UTC 2018
commit b1473c81b314667c7effee53303924402212e11b
Author: juga0 <juga at 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
More information about the tor-commits
mailing list