travis/doc: don't build latexpdf
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/.travis.yml b/.travis.yml
index 405b254..1e7ac9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,15 +11,8 @@
apt:
packages:
- python-pip
- - latexmk
- libalgorithm-diff-perl
- - texlive
- - texlive-latex-extra
- - texlive-humanities
- - texlive-generic-recommended
- graphviz
- - texlive-generic-extra
-
language: python
python:
@@ -28,7 +21,7 @@
- "pip install -r doc/requirements.txt"
script:
- bash openpower/scripts/update-defconfigs.sh
- - cd doc/; make latexpdf html
+ - cd doc/; make html
deploy:
provider: pages