output on failure

This commit is contained in:
Jarryd Beck 2016-08-26 08:31:53 +10:00
parent 7f4dd15743
commit 5ac2dcc5f5

View File

@ -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