From 5ac2dcc5f5b9d75303389069d9a515259b95455c Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 26 Aug 2016 08:31:53 +1000 Subject: [PATCH] output on failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 128d245..86817a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ matrix: - clang-3.8 sources: *sources script: cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER_NAME \ - . && make && make test + . && make && make ARGS=--output-on-failure test