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
1 changed files with 1 additions and 1 deletions

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: