asdf/lib
Victor Hugo Borja a4fc43e682 plugin-test: check Auth is used when list-all uses Github API
Many plugins were having this problem where they rely on accessing
GitHub's API for listing versions from some repo releases. But not
setting an Authorization token for `curl`, causes the test to fail.

We now detect that if the plugin `list-all` looks like accessing
`api.github.com` and if so, we also try to guess if the Authroization
header will be set. If not, we fail the test and head the plugin author
to some documentation on how to add it.

Hope this reduces the number of failures due to GitHub API rate
limiting on travis.
2018-08-29 23:19:30 -07:00
..
commands plugin-test: check Auth is used when list-all uses Github API 2018-08-29 23:19:30 -07:00
utils.sh Switch to single quotes for sed regex. 2018-06-17 19:31:36 -04:00