drdoctr / doctr

A tool for automatically deploying docs from Travis CI to GitHub pages.
https://drdoctr.github.io
MIT License
107 stars 30 forks source link

Increase the number of retries #340

Closed asmeurer closed 5 years ago

asmeurer commented 5 years ago

The doctr Travis builds are failing because of retry issues.

Only master is failing because most of the pushes only happen on master. So we may need to tweak this a few times to get it working.

asmeurer commented 5 years ago

If this doesn't work we should add exponential backoff.