13 lines
442 B
YAML
13 lines
442 B
YAML
language: ruby
|
|
rvm: 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install danger
|
|
script:
|
|
- ruby .github/osia_get_links.rb
|
|
- awesome_bot check-unique.txt --allow-ssl -a 302 -w xbmc/xbmc,Cherry/master,preyproject
|
|
- awesome_bot check-links.txt --allow-ssl -a 403 --allow-dupe -w wheelmap.org,sourceforge,radioparadise,iltofa,douban,preyproject,laravel-china,susi.ai
|
|
after_script:
|
|
- awesome_bot check-info.txt -a 403
|
|
- danger
|