From 203bd0aea082c1c912b9c73493faf1298c90c8cc Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 16 Nov 2014 23:05:23 +0800 Subject: [PATCH] travis debug --- .travis.yml | 1 + CTestCustom.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b33c71..916d334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: - make - make test - pwd + - cat Testing/Temporary/LastTest.log - sudo make install - /usr/local/bin/pdf2htmlEX -v branches: diff --git a/CTestCustom.cmake b/CTestCustom.cmake index cc00a12..3e28e4d 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -1 +1 @@ -SET(CTEST_CUSTOM_POST_TEST "echo `pwd` && cat Testing/Temporary/LastTest.log") +SET(CTEST_CUSTOM_POST_TEST "pwd")