You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/06/03 19:33:26 UTC

[fineract-cn-notifications] 25/25: Merge pull request #13 from ebenezergraham/FINCN-157

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-notifications.git

commit 857f39c8fe3f9c3ba92825b52a96d390a12d13a0
Merge: 044d72f 5a04ac3
Author: Awasum Yannick <aw...@apache.org>
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
  }