Fix log printing typo
This commit is contained in:
parent
eba81cc7d2
commit
87d1c736e2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ after_success:
|
|||
- codecov
|
||||
- coveralls --rcfile=src/Test/coverage.ini
|
||||
after_failure:
|
||||
- find a -name "*.log" -print -exec cat {} \;
|
||||
- find log -name "*.log" -print -exec cat {} \;
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in a new issue