Fix Travis CI (#831)

This commit is contained in:
dkhamsing 2020-04-02 08:51:00 -07:00 committed by GitHub
parent 7ee11b2b7c
commit 418194bfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ before_script:
- gem install danger
script:
- ruby .github/osia_get_links.rb
- awesome_bot check-unique.txt --allow-ssl -a 302 -w xbmc/xbmc
- awesome_bot check-links.txt --allow-ssl -a 403 --allow-dupe
- awesome_bot check-unique.txt --allow-ssl -a 302,429 -w xbmc/xbmc
- awesome_bot check-links.txt --allow-ssl -a 403,429 --allow-dupe
after_script:
- awesome_bot check-info.txt -a 403
- awesome_bot check-info.txt -a 403,429
- danger