Skip to content

Travis Fail because of Quality Plugin.

Rajan Maurya edited this page Mar 4, 2018 · 2 revisions

#Travis Fail because of Quality Plugin

If your Travis is failing, then look the details message of the Travis build, and you will find. There is four possibility of failing the Travis

  • Due to CheckStyle
  • Due to PMD Rules Violation.
  • Due to FindBugs Rules Violation.
  • Or maybe you have changed the something in build.gradle.

CheckStyle Fail If your Travis is failing due to check style. Please look the {Home Directory where you have cloned the source code}/Fineract-CN-mobile/app/build/reports/checkstyle/checkstyle.html

And Open the checkstyle.html in the browser and look the issue and solve them.

If your Travis is failing due to PMD Rules. Please look the {Home Directory where you have cloned the source code}/Fineract-CN-mobile/app/build/reports/pmd/pmd.html

And Open the pmd.html in the browser and look the issue and solve them.

If your Travis is failing due to FindBugs Rules. Please look the {Home Directory where you have cloned the source code}/Fineract-CN-mobile/app/build/reports/findbugs/findbugs.html

And Open the findbugs.html in the browser and look the issue and solve them.

If your build is failing due to change in build.gradle file So Please check your build tool version and support library version that they are compatible with the Travis or not.

Clone this wiki locally