dojo / grunt-dojo2-extras

Grunt tasks and code supporting continuous delivery across projects. Deploys to gh-pages and latest branch.
https://dojo.github.io/grunt-dojo2-extras/
Other
0 stars 6 forks source link

Register a GitHub auth token with Travis and use that for queries #19

Closed devpaul closed 7 years ago

devpaul commented 7 years ago

This fixes the intermittent API failures seen on Travis, which were due to GitHub rate limits. GitHub limits the amount anonymous API calls that can be made to a single IP to about 60 an hour. On Travis a single IP can be used many times an hour doing various GitHub tasks. Registering an authorization token allows us to increase the limits to about 5000 an hour by user rather than by ip.

Resolves #18