Travis build is failing as its picking Xenial ubuntu versio. Because of this some services are not able to start and some libraries are not available.
Eg: 1. As part of bahmniapps build, travis is not able to start xvfb service.
2. For bahmni-core build is failing as oraclejdk 8 is not available.
Fix details -> updating travis.yml in respective repo's to pick Trusty Ubuntu version
PR link →
Merged the PR raised to bahmniapps. Below are the commit details
The same fix needs to be given to all other bahmni repo for which the build is failing for the above mentioned reasons