You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/08/25 17:14:03 UTC

[fineract-cn-mariadb] 33/37: Adding rat report to After Failure procedure

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

commit 714026aa97e8abd1f40a971512f67eae92c3bebc
Author: ebenezergraham <eg...@alustudent.com>
AuthorDate: Wed May 29 18:51:40 2019 +0400

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

diff --git a/.travis.yml b/.travis.yml
index 535b2e4..0d6ca8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,6 @@ env:
     - ARTIFACTORY_URL=https://mifos.jfrog.io/mifos
     - ARTIFACTORY_USER=travis-ci
     - secure: "Rrdq9h+eEgOJFifbmvfvtGRrhuzVEtg5EpMpj92OBvdkvuI4z02Kv/tYBF/rshH2CHJ8D9SVmxrM9wlhWCLt9HXQpaha98OtRak/T6kXozYxyDPC0zjhMoysK91TbMIGkJbAcKG3QAmJUYGvQ4ircQWHWn53lMRmKy1UEGtx9cWzcwvilJ4myOMmYb8we4XwK9DvlkzvF+TtOu7N9e+wwH7+LylixNWIPqVtrlqSUfRoa0iwY6WGuqvWtYaAl2zRCCaT3W0/HEn8xLQlu2Joy1x6142+hiF7am+SBKKy2N57qLSXbvza+eZ10WP7aaeZDnPirRUyMIivol4C5gKYKHceq+O3pdRV/JsDGTE2vTyxMGOX6FxwRNqK6FdNs9ura/MhB5AzZVar2zwBurvVYtxxt9JbFh+pmdReBCHJXu8F+12d8ieC5DKuPxYzl7iTQ2srlnVf3/zNfy2HhQekYDOGn4T8P [...]
+after_failure:
+  - ./gradlew rat
+  - cat build/reports/rat/rat-report.txt
diff --git a/build.gradle b/build.gradle
index 08f0139..4e0721b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -129,4 +129,5 @@ rat {
             "gradlew.bat",
             "README.md"
     ]
+    plainOutput = true
 }