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-crypto.git
The following commit(s) were added to refs/heads/develop by this push:
new 758d06b Adding rat report to After Failure procedure
new 02551e3 Merge pull request #6 from ebenezergraham/FINCN-157
758d06b is described below
commit 758d06ba51fa64e19e13aa559013980d1128086a
Author: ebenezergraham <[email protected]>
AuthorDate: Wed May 29 19:22:20 2019 +0400
Adding rat report to After Failure procedure
---
.travis.yml | 3 +++
build.gradle | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ac1c2f5..2be4e77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,6 @@ env:
- ARTIFACTORY_URL=https://mifos.jfrog.io/mifos
- ARTIFACTORY_USER=travis-ci
- secure:
"Z568sQt4QTZhdguVbEdTCEVN0D/sKN9X2zL1utNpN9iT/BTOsmoyBO/IAhtBhU5ha6naf6PwKt3qe4XbZ1/9SQyFE613TllNce0BxrpPHI1AGNzj3PG8SczhfFaTP8iCmXUB3st8mEnknAr3LqH6JqX13a3Ti9d21LskecG3nPKsGLxoGM9TckkHfSy4ZVCuGK9jadax//PqgNPbk2a7UIueQtx6O2luLDLwStUz3s24aOdGbhgi3/lCf7QWhYJRN5f//growbGm6lDQctpmiTQQE7F+SFY1NfMq/9Ld6OwFjWgYbwwpindFi2eAm0DnoNMF8UPFOaMKQa5+I4np/bgitZwsZ3vZYKx6FZsPp3ihruaFO/5i5KsmyPLu5XzmfgfuyVp/FiLmkleV83wmGErh1RmZg5oloQ7qqXLklFNi3mcszPFVKPqef9CBPPpg63L8jZifRh0hsAMyLmGFKtYGxHh5a
[...]
+after_failure:
+ - ./gradlew rat
+ - cat build/reports/rat/rat-report.txt
diff --git a/build.gradle b/build.gradle
index e2b0c48..280374d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,5 +124,5 @@ rat {
"src/test/resources/.salt",
"src/test/resources/.secret"
]
-
+ plainOutput = true
}