mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Allow 302 to reduce false negative builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user