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