From fd3e859abf64fa25a4d4c2e0be0c5946adb07b46 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 09:49:32 -0500 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d653a2d6..cda29010 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: ruby rvm: 2.2 before_script: gem install awesome_bot -script: awesome_bot README.md --allow-ssl +script: awesome_bot README.md --allow-ssl --allow 403