Commit 5ac2dcc5f5b9d75303389069d9a515259b95455c

Authored by Jarryd Beck
1 parent 7f4dd157

output on failure

Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
... ... @@ -22,4 +22,4 @@ matrix:
22 22 - clang-3.8
23 23 sources: *sources
24 24 script: cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER_NAME \
25   - . && make && make test
  25 + . && make && make ARGS=--output-on-failure test
... ...