Skip to content

Commit

Permalink
#537 try PDF manual now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 14, 2017
1 parent 7a9f596 commit fb19c53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb19c53

Please sign in to comment.