소스 검색

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

불러오는 중...
취소
저장