JavaMoney / javamoney-lib

JavaMoney financial libraries, extending and complementing JSR 354
Apache License 2.0
141 stars 69 forks source link

Travis CI build failed but marked as passed and greeen #10

Closed stokito closed 9 years ago

stokito commented 9 years ago

Test are failed but Travis badget looks pretty green. I found that enabled option of surefire plugin:

<testFailureIgnore>true</testFailureIgnore>

Why? There is a LOT of tests that failed, but this option makes build successfully

otaviojava commented 9 years ago

I believe it's not a good strategy. I will look this code this weekend and help you to.