Updates to clean up tests

Ignore links to localhost in tests

This org doesn't exist

Removing unmaintained app (returning 503)

Use `/ping` for tests since there is an option to disable stats
This commit is contained in:
tcbyrd
2018-04-06 07:38:53 -04:00
parent 2e7d3cb4d3
commit 14292dc7ea
4 changed files with 2 additions and 62 deletions

View File

@@ -9,6 +9,7 @@ url_ignores = [
%r{https://github.com/apps/.*/installations/new},
"https://mochajs.org/",
%r{mit-license\.org}, # misconfigured SSL or old certs on Travis CI?
%r{https://localhost:*/*}, # Ignore links to localhost in documentation
]
begin