summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e59ea79..2b057aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ install:
# how to build
script:
- cmake . && make -j && sudo make install
- - make test
+ - CTEST_OUTPUT_ON_FAILURE=1 make test
- cd skeleton-subsystem
- cmake . && make && sudo make install