1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +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 .
script:
- make
- P2H_TEST_REMOTE=1 ctest --output-on-failure
- P2H_TEST_REMOTE=1 ctest --output-on-failure --verbose
- sudo make install
- /usr/local/bin/pdf2htmlEX -v
branches: