Display logs after failure
This commit is contained in:
parent
a7c26f893f
commit
d4b6f79746
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
- coveralls --rcfile=src/Test/coverage.ini
|
- coveralls --rcfile=src/Test/coverage.ini
|
||||||
|
after_failure:
|
||||||
|
- cat log/*.log
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
Loading…
Reference in a new issue