2016-08-15 10:20:26 -07:00
|
|
|
language: ruby
|
|
|
|
rvm: 2.2
|
2016-08-15 13:28:09 -07:00
|
|
|
before_script:
|
|
|
|
- gem install awesome_bot
|
|
|
|
- gem install danger
|
2016-08-15 13:40:50 -07:00
|
|
|
script:
|
|
|
|
- ruby .github/osia_get_links.rb
|
2016-12-07 07:28:47 -08:00
|
|
|
- awesome_bot check-unique.txt --allow-ssl -a 302 -w xbmc/xbmc,Cherry/master,preyproject
|
2017-02-07 07:05:31 -08:00
|
|
|
- awesome_bot check-links.txt --allow-ssl -a 403 --allow-dupe -w wheelmap.org,sourceforge,radioparadise,iltofa,douban,preyproject,laravel-china
|
2016-08-15 13:40:50 -07:00
|
|
|
after_script:
|
2016-08-15 13:28:09 -07:00
|
|
|
- awesome_bot check-info.txt -a 403
|
|
|
|
- danger
|