vidakovic commented on a change in pull request #1402:
URL: https://github.com/apache/fineract/pull/1402#discussion_r505504393



##########
File path: .travis.yml
##########
@@ -72,6 +72,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 -PautomatedBuild=true licenseMain licenseTest 
licenseIntegrationTest check  &&  ./gradlew --console=plain 
-PautomatedBuild=true integrationTest --fail-fast  &&  sudo service mysql stop  
&&  docker-compose build  &&  docker-compose up -d  &&  sleep 60s  && curl -f 
-k --retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30 
https://localhost:8443/fineract-provider/actuator/health  &&  (( $(curl -f -k 
--retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30 
https://localhost:8443/fineract-provider/actuator/info | wc --chars) > 100 )) 
&& ./gradlew generateSwaggerCode && cd 
fineract-provider/build/swagger-code-fineract && mvn test
+  - ./gradlew --console=plain -PautomatedBuild=true licenseMain licenseTest 
licenseIntegrationTest check  &&  ./gradlew --console=plain 
-PautomatedBuild=true integrationTest --fail-fast  &&  sudo service mysql stop  
&&  docker-compose build  &&  docker-compose up -d  &&  sleep 60s  && curl -f 
-k --retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30 
https://localhost:8443/fineract-provider/actuator/health  &&  (( $(curl -f -k 
--retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30 
https://localhost:8443/fineract-provider/actuator/info | wc --chars) > 100 ))

Review comment:
       The modified templates only contain additional license headers (thought 
this was a requirement). If that doesn't matter we can leave out, easy. Just 
let me know what how you decide.




----------------------------------------------------------------
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]


Reply via email to