@suthagar23 this is unrelated to OpenMRS infra. Travis sets a time limits on builds that don’t produce output for a while, and this might be worked around by adapting the Travis config accordingly.
Could you try this (on a branch) for openmrs-module-locationbasedaccess’s .travis.yml:
language: java
jdk:
- oraclejdk8
install:
- travis_wait mvn install -Dmaven.javadoc.skip=true -V -B
More
- Here from Travis docs: Build times out because no output was received.
- Here from the Bahmni Core headache: Travis to run Bahmni Core IT.