Skip to content

Commit

Permalink
turn off travis-ci build of PDF for now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 16, 2017
1 parent 77e7133 commit da0bb75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ script:
- python ./utils/test_suite.py
- make makebuilddir
- pushd build/manual
- make latexpdf && cp build/latex/nexus.pdf build/html/NeXusManual.pdf
# travis-ci needs latexmk to execute next line
#- make latexpdf && cp build/latex/nexus.pdf build/html/NeXusManual.pdf
- cd build
- tar czf ../../../docs.tar.gz html
- popd
Expand Down

0 comments on commit da0bb75

Please sign in to comment.