diff --git a/.travis.yml b/.travis.yml index 4db43d8679..aac55cb8c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,10 @@ install: script: - python ./utils/test_suite.py - make makebuilddir - - cd build/manual/build + - cd build/manual + - make latexpdf + - cd build - tar czf ../../../docs.tar.gz html - cd ../../.. + - cp build/manual/build/latex/nexus.pdf - ls -lAGh