Travis CI: Add youtube.com to URL whitelist to avoid spurious failures

The Travis CI bot can occasionally be blocked from accessing YouTube,
which causes awesome_bot to detect YouTube links as redirects.
This normally causes CI to fail, so we have to allow it here.
This commit is contained in:
Hugo Locurcio 2020-04-11 21:09:34 +02:00
parent 2ad0111e34
commit b17517ffc4
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -10,4 +10,4 @@ install: |
script: |
"$HOME/.local/bin/pre-commit" run --all-files
awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org"
awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org,https://www.youtube.com"