spoonofpower opened a new pull request #71: Avoid github API rate limits URL: https://github.com/apache/incubator-mynewt-newt/pull/71 Github ratelimits access to their API service. Anonymous API requests from shared infrastructure (like travis ci) are often rate limited. We use the API service to fetch individual files. That can just as easily be done using the raw.githubusercontent.com endpoint, and it avoids the API rate limits. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services