From a9ed44ceecebde57c388d4fee5ae44ca8f4906e7 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 3 May 2015 15:17:43 +0800 Subject: [PATCH] should verbose infor in ctest in .travis.yml; otherwise travis would terminate the process due to lont time silence --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceaba73..158967d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: