aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-12 00:36:46 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-12 00:36:46 +0200
commitb0744a9f2c682be4f9d3eb5f0b5c662415ab871b (patch)
tree2a40e8a444e1a46b3f320e8d6a1e958a23627a52
parent4f8835d4259132deb3634ed6b7dc5e8c3b79a987 (diff)
downloadOneRoll-b0744a9f2c682be4f9d3eb5f0b5c662415ab871b.tar.gz
OneRoll-b0744a9f2c682be4f9d3eb5f0b5c662415ab871b.zip
env show errors
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2610b8f..0d6f88f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,5 +25,5 @@ matrix:
script:
- mkdir -p build
- pushd build
- - cmake ../ && make -j4 && make test
+ - cmake ../ && make -j4 && env CTEST_OUTPUT_ON_FAILURE=1 make test
- popd