vorburger commented on a change in pull request #670: FINERACT-702: Integrate 
SpotBugs and fix over 300 high priority issues
URL: https://github.com/apache/fineract/pull/670#discussion_r365305259
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -61,6 +61,6 @@ script:
 # using "&&" instead of several "-" means that integrationTest does not run if 
test fails,
 # and Docker test does not run if integration test fails, which makes PR 
failure easier to understand.
 # @see 
https://docs.travis-ci.com/user/job-lifecycle/#customizing-the-build-phase
-  - ./gradlew --console=plain licenseMain licenseTest licenseIntegrationTest 
test  &&  ./gradlew --console=plain integrationTest  &&  sudo service mysql 
stop  &&  docker-compose build  &&  docker-compose up -d  &&  sleep 30s  &&  
http --verify=no --timeout 240 --check-status get 
https://localhost:8443/fineract-provider/actuator/health || docker logs 
fineract_fineract-server_1
+  - ./gradlew --console=plain licenseMain licenseTest licenseIntegrationTest 
check  &&  ./gradlew --console=plain integrationTest  &&  sudo service mysql 
stop  &&  docker-compose build  &&  docker-compose up -d  &&  sleep 30s  &&  
http --verify=no --timeout 240 --check-status get 
https://localhost:8443/fineract-provider/actuator/health || docker logs 
fineract_fineract-server_1
 
 Review comment:
   Changing `gradle test` to `check` is due to 
https://stackoverflow.com/questions/50104666/gradle-difference-between-test-and-check
 and looks great here! (Just recording this so that we remember it in the 
future.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to