This is an automated email from the ASF dual-hosted git repository. awasum pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-payroll.git
commit 676ff4837e90ad847bd6c2b48bbf432089a2b011 Merge: bcb953f 3b540cc Author: Awasum Yannick <[email protected]> AuthorDate: Mon Jun 3 20:02:31 2019 +0100 Merge pull request #11 from ebenezergraham/FINCN-157 Adding rat report to After Failure procedure .travis.yml | 3 +++ shared.gradle | 1 + 2 files changed, 4 insertions(+) diff --cc shared.gradle index f9aef4d,be05e13..9d6ba9a --- a/shared.gradle +++ b/shared.gradle @@@ -112,7 -112,7 +112,8 @@@ rat "**/build/**", "gradlew", "gradlew.bat", - "README.md" + "README.md", + "**/.dockerignore/**" ] + plainOutput = true }
