azbarcea commented on pull request #1015:
URL: https://github.com/apache/avro/pull/1015#issuecomment-731900876


   Another way is to have in `build.sh` a `mvn` bash function (as alternative 
to an alias), that would use 
[`travis_retry`](https://docs.travis-ci.com/user/common-build-problems/):
   ```
   if [ -z "$var" ]; then
     function mvn() {
       travis_retry mvn
     }
   fi
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to