summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh
index 27d35fa3518..3aa6b11ce37 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -23,5 +23,5 @@ cmake3 \
-DVALGRIND_UNIT_TESTS=no \
"${SOURCE_DIR}"
make -j ${NUM_THREADS}
-ctest3 -j ${NUM_THREADS}
+ctest3 --output-on-failure -j ${NUM_THREADS}