From f531f8a8c3f8ca0923f9219c72fcca511555f824 Mon Sep 17 00:00:00 2001 From: carmeli-tamir Date: Wed, 16 Oct 2019 11:44:33 -0300 Subject: [PATCH] Show test output on CI in Travis (#777) * Showing test output only on failure * Test commit to see the failed test * Now making sure that the tests pass with no output --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a7ab85..001f7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ before_install: sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7" fi fi +env: + - CTEST_OUTPUT_ON_FAILURE=1 before_script: - mkdir build - cd build