Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5ac2dcc5f5b9d75303389069d9a515259b95455c
Authored by
Jarryd Beck
2016-08-26 08:31:53 +1000
1 parent
7f4dd157
output on failure
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
5ac2dcc
...
...
@@ -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
...
...