Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2016-08-26 01:31:53 +0300
committerJarryd Beck <jarro.2783@gmail.com>2016-08-26 01:31:53 +0300
commit5ac2dcc5f5b9d75303389069d9a515259b95455c (patch)
tree945560c7e61d1b4108c8fc1856056a2468e97446 /.travis.yml
parent7f4dd15743378ba7561ce1f3346ef3a50c28d5ab (diff)
output on failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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