The Travis CI build could not complete due to an error

Hi every one.There is some abnormal behavior on travis-ci that i am noticing,after making a pull request,the travis-ci shows (The Travis CI build could not complete due to an error).When i check the travis-ci logs,the build is successful. This can be seen on these pull requests,ie

https://github.com/openmrs/openmrs-core/pull/3285 and https://github.com/openmrs/openmrs-core/pull/3286 could there be an issue with the travis-ci? cc @cintiadr @dkayiwa

If you did not know, we now build the snapshot version of the platform on Java versions 8,9,10,11,12,13 & 14.

For travis to be happy, the build has to pass on all. It had failed on some, with errors like the ones reported here: https://github.com/sormuras/bach/issues/85. I have just restarted the build and all should be good.

2 Likes

@dkayiwa Thanks dan for this