mirror of
https://github.com/Relintai/awesome-godot.git
synced 2025-02-18 23:44:21 +01:00
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:
parent
2ad0111e34
commit
b17517ffc4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user