瀏覽代碼

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.
pull/296/head
Dave Machado 7 年之前
committed by GitHub
父節點
當前提交
fd3e859abf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.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

Loading…
取消
儲存