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
|
- codecov
|
||||||
- coveralls --rcfile=src/Test/coverage.ini
|
- coveralls --rcfile=src/Test/coverage.ini
|
||||||
after_failure:
|
after_failure:
|
||||||
- find a -name "*.log" -print -exec cat {} \;
|
- find log -name "*.log" -print -exec cat {} \;
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
Loading…
Reference in a new issue