Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from ebenezergraham/FINCN-157
Browse files Browse the repository at this point in the history
Adding rat report to After Failure procedure
  • Loading branch information
awasum authored Jun 3, 2019
2 parents a2d9d99 + 1313fab commit 07e79bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ env:
- ARTIFACTORY_URL=https://mifos.jfrog.io/mifos
- ARTIFACTORY_USER=travis-ci
- secure: "ZLRS1QNIpuEBMW1i7n/Jq+VvWaBDBDZlspClz4mxsRoKPLKhlX6Oax+/FBj788UzJ30W/77tVCL0rKS+0Fa2ArYdJJTM40rPKzk9HVaXGGHOgcvNv9JN7tJ946/59/C5k84v0coOxslCo0nNov7TSOoNxGRrYsf4ph0y4EdB6tmuoamkS/ZtvCveIbHcpQuyDkQWOSJVZyCF+OJIjDeW9HsaXGWapQlStkK6G5qOdFlrz//OCVQ9bT7HIg6y61VGZmvy3OwlePXHWaqRVmBubEX8XPyVbru8iWRQt33IdgsaZiWIP5J8fBQwI66uZqT0k3sfhUk0rl22bux8uqFZWcRf2tC85+j9/I1nl9fG3ZGZbyf872DNlO/EjLg2rg+pcMiqHKMYi8xeXlVWRjHUby4DugN855W/6IOmMxP4bCJVkEWXh0KcR6UF06hw+yJ8NTBouIIP3x6eJKWm/UDz+tPzzOSrBDG83yByQe3JnjfTfja/3a2K3kN/SBSr7jgsttbcjFtRSY4UPapJ9tJOujoVvSfrTOa8/ziFsKlmaB0FoIGwZaCNT5ixrRs9eadwTQVFMnWYo6PNrzaLoPyUfX9A2H4zIjRFrAjoMSyNydnod7BESbebRPIUGwtGbsHviN8TRAEDogW14f5yIX6yMJlJzxYQC5/jBGeK6287OLQ="
after_failure:
- ./gradlew rat
- cat api/build/reports/rat/rat-report.txt
1 change: 1 addition & 0 deletions shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ rat {
"README.md",
"**/.dockerignore/**"
]
plainOutput = true
}

0 comments on commit 07e79bc

Please sign in to comment.