1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

should verbose infor in ctest in .travis.yml; otherwise travis would terminate the process due to lont time silence

This commit is contained in:
Lu Wang 2015-05-03 15:17:43 +08:00
parent c48f9afb6d
commit a9ed44ceec

View File

@ -18,7 +18,7 @@ before_script:
- cmake -DENABLE_SVG=ON . - cmake -DENABLE_SVG=ON .
script: script:
- make - make
- P2H_TEST_REMOTE=1 ctest --output-on-failure - P2H_TEST_REMOTE=1 ctest --output-on-failure --verbose
- sudo make install - sudo make install
- /usr/local/bin/pdf2htmlEX -v - /usr/local/bin/pdf2htmlEX -v
branches: branches: