mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-24 14:36:21 +02:00
Allow 302 to reduce false negative builds
This commit is contained in:
parent
55b5803992
commit
05afb55356
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
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 --allow 403
|
script: awesome_bot README.md --allow-ssl --allow 403 302
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue