Skip to content

Commit

Permalink
#537 skip PDF for now on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 14, 2017
1 parent fb19c53 commit 80c1052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ script:
- python ./utils/test_suite.py
- make makebuilddir
- cd build/manual
- make latexpdf
#- make latexpdf
- cd build
- tar czf ../../../docs.tar.gz html
- cd ../../..
- cp build/manual/build/latex/nexus.pdf
#- cp build/manual/build/latex/nexus.pdf ./
- ls -lAGh

0 comments on commit 80c1052

Please sign in to comment.