From da0bb758d6e1f8707dcb8fca7e386bf187562d72 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Fri, 16 Jun 2017 14:06:02 -0500 Subject: [PATCH] turn off travis-ci build of PDF for now --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 216f799bf..7781ec146 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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