mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-22 21:46:22 +02:00
Allow 403 errors on CI builds
Allowing 403 errors to pass CI lets us know that the API is still active but it doesn't like robots pinging its endpoint without a key.
This commit is contained in:
parent
9c062b2e3f
commit
fd3e859abf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.2
|
rvm: 2.2
|
||||||
before_script: gem install awesome_bot
|
before_script: gem install awesome_bot
|
||||||
script: awesome_bot README.md --allow-ssl
|
script: awesome_bot README.md --allow-ssl --allow 403
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue