One of the Bamboo agents ran out of disk

@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