mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-27 10:14:59 +03:00
[ci] move itunes links check to travis
This commit is contained in:
parent
9aa28c1526
commit
737a73604e
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: ruby
|
||||
rvm: 2.2
|
||||
before_script: gem install awesome_bot
|
||||
script: ruby .github/osia_get_links.rb
|
||||
after_script: awesome_bot check-info.txt -a 403
|
@ -9,8 +9,8 @@ test:
|
||||
- json validate --schema-file=.github/schema.json --document-file=contents.json
|
||||
- ruby .github/osia_validate_categories.rb
|
||||
- ruby .github/osia_get_links.rb
|
||||
- awesome_bot check-unique.txt -a 403,302 -w xbmc/xbmc
|
||||
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
|
||||
- awesome_bot check-unique.txt -a 302 -w xbmc/xbmc
|
||||
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
|
||||
general:
|
||||
artifacts:
|
||||
- check-links.txt
|
||||
|
Loading…
Reference in New Issue
Block a user