Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add travis_wait to prevent timeout from no output
Prints out a line of output every minute for 20 minutes (see https://docs.travis-ci.com/user/common-build-problems/). This prevents travis from timing out when test runs take more than 10 minutes. Note: No output from running mvn test will get printed until after the command exits (travis-ci/travis-ci#5716).
- Loading branch information