This is an automated email from the ASF dual-hosted git repository. ikamga pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-notifications.git
commit 857f39c8fe3f9c3ba92825b52a96d390a12d13a0 Merge: 044d72f 5a04ac3 Author: Awasum Yannick <[email protected]> AuthorDate: Mon Jun 3 20:32:56 2019 +0100 Merge pull request #13 from ebenezergraham/FINCN-157 Adding after_failure procedure to CI .travis.yml | 5 +++++ shared.gradle | 43 ++++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --cc shared.gradle index 033a13f,e9f8108..0f368bb --- a/shared.gradle +++ b/shared.gradle @@@ -120,8 -120,8 +120,9 @@@ rat "**/build/**", "gradlew", "gradlew.bat", - "README.md" + "README.md", + ".dockerignore" ] + plainOutput = true }
