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:55:28 UTC

[fineract-cn-customer] branch develop updated: Adding rat report to After Failure procedure

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


The following commit(s) were added to refs/heads/develop by this push:
     new e0789d1  Adding rat report to After Failure procedure
     new e2e3ab0  Merge pull request #12 from ebenezergraham/FINCN-157
e0789d1 is described below

commit e0789d15d9414d4f007f6220bd5817d98078c1fe
Author: ebenezergraham <eg...@alustudent.com>
AuthorDate: Wed May 29 18:05:50 2019 +0400

    Adding rat report to After Failure procedure
---
 .travis.yml   | 3 +++
 shared.gradle | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 06d4b4d..960b02a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,6 @@ env:
     - ARTIFACTORY_URL=https://mifos.jfrog.io/mifos
     - ARTIFACTORY_USER=travis-ci
     - secure: "E5IyImya7x5cHLB1vGLGIJUC1M+7RxKZivb5iUM+RR/xW39/7b4Qd3JeX4yBUeiPjf9lNMMxcGVyqI/4htT95++WCNc0u6OoxwGgxQEB9JHE8OWecaYgK4uLO7+651XF4DNbSiH3NVmc2b8Q0c0jBlu3MHAeEUIQ6BOiTXSsqnewtWAW0XETBooNmo2nTqZyKvzez0698oJuuYfZeFbqm8wJ9rIwtptyJluRzqcTlzw1cH/CvcIskLDmITVqbuZxAW59j1BqUnZNQpuOFZ692iqntdxq78CxliCG1MEYy4zWY8xcIWNVp28OKkMULXdi+V80oZXY4TyTwZfH6e2oZFz6/X9GpNNR6EwaHV0tT3wZi2NrkoBokD8bEBxQubIgxDCaDAFG9VMByC+++nwm0GJzerKBV4CpNSy/93XLrFAQ8+lOVauVtkVHuzFBWleLLQYcBGAXRz/C/UF4/m0m014jvD7vT [...]
+after_failure:
+  - ./gradlew rat
+  - cat api/build/reports/rat/rat-report.txt
diff --git a/shared.gradle b/shared.gradle
index 114ac83..28db3a5 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -114,4 +114,5 @@ rat {
             "README.md",
             "**/.dockerignore/**"
     ]
+    plainOutput = true
 }